diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-17 15:33:26 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-17 15:35:06 -0500 |
commit | cffc290e674c06e1263641a87bb9a04a5217d7a7 (patch) | |
tree | defc51486015021838a38d8b44f3152254b3b9b1 /private_dot_ssh/config.tmpl | |
parent | fix inconsistency with .xsession (diff) |
openbsd openssh does't support gssapi*, template it out
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 |