aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config10
1 files changed, 7 insertions, 3 deletions
diff --git a/.ssh/config b/.ssh/config
index 30a1744..aa85886 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -62,14 +62,18 @@ Match final host="*.andrew.cmu.edu,*.cs.cmu.edu"
GSSAPIDelegateCredentials yes
User rkavanag
-## Misc hosts
-Host republic republic.circumlunar.space
- Hostname republic.circumlunar.space
+## SDF hosts
Host faeroes.sdf.org
ControlMaster auto
ControlPath ~/.ssh/cm_socket/%r@%h:%p
Host sdf
Hostname tty.sdf.org
+Match final host="*.sdf.org"
+ UserKnownHostsFile ~/.ssh/known_hosts.d/sdf.org
+
+## Misc hosts
+Host republic republic.circumlunar.space
+ Hostname republic.circumlunar.space
Host telehack
Hostname telehack.com
User ryanakca