diff options
Diffstat (limited to '')
-rw-r--r-- | private_dot_ssh/config.tmpl (renamed from private_dot_ssh/config) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/private_dot_ssh/config b/private_dot_ssh/config.tmpl index a9ef846..b7117af 100644 --- a/private_dot_ssh/config +++ b/private_dot_ssh/config.tmpl @@ -57,13 +57,17 @@ Host cclub Host whelk oyster clam Hostname %h.club.cc.cmu.edu Match final host="*.club.cc.cmu.edu" + {{- if (ne .chezmoi.os "openbsd") }} GSSAPIAuthentication yes GSSAPIDelegateCredentials yes GSSAPITrustDNS yes + {{ end }} UserKnownHostsFile ~/.ssh/known_hosts.d/club.cc.cmu.edu Match final host="*.andrew.cmu.edu,*.cs.cmu.edu" + {{- if (ne .chezmoi.os "openbsd") }} GSSAPIAuthentication yes GSSAPIDelegateCredentials yes + {{ end }} User rkavanag ## SDF hosts |