diff options
Diffstat (limited to '')
-rw-r--r-- | .ssh/config | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.ssh/config b/.ssh/config index 2e5e137..8d4b279 100644 --- a/.ssh/config +++ b/.ssh/config @@ -77,16 +77,19 @@ Host *.andrew.cmu.edu linux.gp.cs.cmu.edu GSSAPIDelegateCredentials yes User rkavanag ## Misc hosts -Host republic +Host republic republic.circumlunar.space Hostname republic.circumlunar.space User rak -Host sdf +Host sdf *.sdf.org Hostname tty.sdf.org User rak Host telehack Hostname telehack.com User ryanakca Port 6668 +Host tt tilde.team + Hostname tilde.team + User rak ## Global defaults Host * ForwardX11 no |