Newer
Older
# /etc/ssh/ssh_config -- Default ssh client configuration file.
Host *.stanford.edu
GSSAPIDelegateCredentials yes
Host *
GSSAPIAuthentication yes
<% if (operatingsystem != 'RedHat') or (lsbmajdistrelease.to_i() >= 6) then -%>
GSSAPIKeyExchange yes
GSSAPITrustDNS yes
<% end -%>
<% if protocol_one -%>
Protocol 2,1
<% end -%>