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) | |
download | openssh-git-81a38928eb2728efb36e970259dde8f108c08db7.tar.gz |
- 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
@@ -1,4 +1,4 @@ -# $OpenBSD: ssh_config,v 1.21 2005/12/06 22:38:27 reyk Exp $ +# $OpenBSD: ssh_config,v 1.22 2006/05/29 12:56:33 dtucker Exp $ # This is the ssh client system-wide configuration file. See # ssh_config(5) for more information. This file provides defaults for @@ -24,6 +24,8 @@ # RSAAuthentication yes # PasswordAuthentication yes # HostbasedAuthentication no +# GSSAPIAuthentication no +# GSSAPIDelegateCredentials no # BatchMode no # CheckHostIP yes # AddressFamily any |