diff options
author | Damien Miller <djm@mindrot.org> | 2006-06-13 13:01:09 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-06-13 13:01:09 +1000 |
commit | 81a38928eb2728efb36e970259dde8f108c08db7 (patch) | |
tree | fd78c58678056d4476ed9e851e66084390591b82 /ssh_config | |
parent | 658f9455386fb81d03429a00976986ac18ba4d5e (diff) |
- dtucker@cvs.openbsd.org 2006/05/29 12:56:33
[ssh_config]
Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample
ssh_config. ok markus@
Diffstat (limited to 'ssh_config')
-rw-r--r-- | ssh_config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ssh_config b/ssh_config index 7bc8762d6..177521caa 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,8 @@ | |||
24 | # RSAAuthentication yes | 24 | # RSAAuthentication yes |
25 | # PasswordAuthentication yes | 25 | # PasswordAuthentication yes |
26 | # HostbasedAuthentication no | 26 | # HostbasedAuthentication no |
27 | # GSSAPIAuthentication no | ||
28 | # GSSAPIDelegateCredentials no | ||
27 | # BatchMode no | 29 | # BatchMode no |
28 | # CheckHostIP yes | 30 | # CheckHostIP yes |
29 | # AddressFamily any | 31 | # AddressFamily any |