diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-17 11:08:32 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-17 11:08:32 +0100 |
commit | b9896600dbc2c307750309a4875b52b17233bde1 (patch) | |
tree | d6d016aac955a18bfb711dbd0a14bf4bc551f1dc /.ssh | |
parent | up (diff) | |
download | dotfiles-bsd-b9896600dbc2c307750309a4875b52b17233bde1.tar.gz dotfiles-bsd-b9896600dbc2c307750309a4875b52b17233bde1.tar.bz2 dotfiles-bsd-b9896600dbc2c307750309a4875b52b17233bde1.tar.xz dotfiles-bsd-b9896600dbc2c307750309a4875b52b17233bde1.tar.zst dotfiles-bsd-b9896600dbc2c307750309a4875b52b17233bde1.zip |
up
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 26b7a50..044b501 100644 --- a/.ssh/config +++ b/.ssh/config @@ -15,3 +15,6 @@ Host tv-exploit Host joe HostName jozanofastora.xyz Port 10022 +Host git + HostName gitjoe.xyz + Port 22 |