diff options
author | Joe <rbo@gmx.us> | 2024-11-18 22:34:36 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-11-18 22:34:36 +0100 |
commit | 1f2bd4425fb91b27f651580f8756cab888b8dac4 (patch) | |
tree | b134c18eec8c8bdc79e87e4fbdcfb38e07764931 /.ssh | |
parent | up (diff) | |
download | dotfiles-bsd-1f2bd4425fb91b27f651580f8756cab888b8dac4.tar.gz dotfiles-bsd-1f2bd4425fb91b27f651580f8756cab888b8dac4.tar.bz2 dotfiles-bsd-1f2bd4425fb91b27f651580f8756cab888b8dac4.tar.xz dotfiles-bsd-1f2bd4425fb91b27f651580f8756cab888b8dac4.tar.zst dotfiles-bsd-1f2bd4425fb91b27f651580f8756cab888b8dac4.zip |
up
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config index fc231ca..b2fd9ba 100644 --- a/.ssh/config +++ b/.ssh/config @@ -8,9 +8,11 @@ Host helios User joe Host hi-pi User root -Host joe al alcatraz +Host joe HostName 10.10.10.6 Port 10022 +Host al + HostName alcatraz.joe.town Host git HostName gitjoe.xyz Port 22 |