Skip to content
Snippets Groups Projects
ssh_config.erb 393 B
Newer Older
Adam Lewenberg's avatar
Adam Lewenberg committed
# /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 -%>