aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-12-17 15:33:26 -0500
committerRyan Kavanagh <rak@rak.ac>2021-12-17 15:35:06 -0500
commitcffc290e674c06e1263641a87bb9a04a5217d7a7 (patch)
treedefc51486015021838a38d8b44f3152254b3b9b1
parentfix inconsistency with .xsession (diff)
openbsd openssh does't support gssapi*, template it out
-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