diff options
Diffstat (limited to 'ssh_config')
-rw-r--r-- | ssh_config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ssh_config b/ssh_config index 7bc8762d6..1257c0778 100644 --- a/ssh_config +++ b/ssh_config | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: ssh_config,v 1.21 2005/12/06 22:38:27 reyk Exp $ | 1 | # $OpenBSD: ssh_config,v 1.22 2006/05/29 12:56:33 dtucker Exp $ |
2 | 2 | ||
3 | # This is the ssh client system-wide configuration file. See | 3 | # This is the ssh client system-wide configuration file. See |
4 | # ssh_config(5) for more information. This file provides defaults for | 4 | # ssh_config(5) for more information. This file provides defaults for |
@@ -24,6 +24,10 @@ | |||
24 | # RSAAuthentication yes | 24 | # RSAAuthentication yes |
25 | # PasswordAuthentication yes | 25 | # PasswordAuthentication yes |
26 | # HostbasedAuthentication no | 26 | # HostbasedAuthentication no |
27 | # GSSAPIAuthentication no | ||
28 | # GSSAPIDelegateCredentials no | ||
29 | # GSSAPIKeyExchange no | ||
30 | # GSSAPITrustDNS no | ||
27 | # BatchMode no | 31 | # BatchMode no |
28 | # CheckHostIP yes | 32 | # CheckHostIP yes |
29 | # AddressFamily any | 33 | # AddressFamily any |