diff options
-rw-r--r-- | private_dot_ssh/config.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/private_dot_ssh/config.tmpl b/private_dot_ssh/config.tmpl index b7117af..fef7e76 100644 --- a/private_dot_ssh/config.tmpl +++ b/private_dot_ssh/config.tmpl @@ -61,13 +61,13 @@ Match final host="*.club.cc.cmu.edu" GSSAPIAuthentication yes GSSAPIDelegateCredentials yes GSSAPITrustDNS yes - {{ end }} + {{- 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 }} + {{- end }} User rkavanag ## SDF hosts |