From 1faf93d22fd285907f338decad231f00e754f37b Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 25 Oct 2021 12:26:52 -0400 Subject: sdf ssh keys --- .ssh/config | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.ssh/config') 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 -- cgit v1.2.3