diff options
author | Damien Miller <djm@mindrot.org> | 2006-06-13 05:00:55 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-06-13 05:00:55 +0200 |
commit | 658f9455386fb81d03429a00976986ac18ba4d5e (patch) | |
tree | a1b2da52326bc6d83a86c46e85fa77c483133375 /ssh_config.5 | |
parent | - miod@cvs.openbsd.org 2006/05/18 21:27:25 (diff) | |
download | openssh-658f9455386fb81d03429a00976986ac18ba4d5e.tar.xz openssh-658f9455386fb81d03429a00976986ac18ba4d5e.zip |
- dtucker@cvs.openbsd.org 2006/05/29 12:54:08
[ssh_config.5]
Add gssapi-with-mic to PreferredAuthentications default list; ok jmc
Diffstat (limited to '')
-rw-r--r-- | ssh_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 7744e95f9..5f66cd9d8 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.92 2006/03/31 09:13:56 djm Exp $ +.\" $OpenBSD: ssh_config.5,v 1.93 2006/05/29 12:54:08 dtucker Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -678,7 +678,7 @@ This allows a client to prefer one method (e.g.\& over another method (e.g.\& .Cm password ) The default for this option is: -.Dq hostbased,publickey,keyboard-interactive,password . +.Dq gssapi-with-mic,hostbased,publickey,keyboard-interactive,password . .It Cm Protocol Specifies the protocol versions .Xr ssh 1 |