mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
- dtucker@cvs.openbsd.org 2006/05/29 12:56:33
[ssh_config] Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample ssh_config. ok markus@
This commit is contained in:
parent
658f945538
commit
81a38928eb
@ -16,6 +16,10 @@
|
|||||||
- dtucker@cvs.openbsd.org 2006/05/29 12:54:08
|
- dtucker@cvs.openbsd.org 2006/05/29 12:54:08
|
||||||
[ssh_config.5]
|
[ssh_config.5]
|
||||||
Add gssapi-with-mic to PreferredAuthentications default list; ok jmc
|
Add gssapi-with-mic to PreferredAuthentications default list; ok jmc
|
||||||
|
- dtucker@cvs.openbsd.org 2006/05/29 12:56:33
|
||||||
|
[ssh_config]
|
||||||
|
Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample
|
||||||
|
ssh_config. ok markus@
|
||||||
|
|
||||||
20060521
|
20060521
|
||||||
- (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor
|
- (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor
|
||||||
@ -4649,4 +4653,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4335 2006/06/13 03:00:55 djm Exp $
|
$Id: ChangeLog,v 1.4336 2006/06/13 03:01:09 djm Exp $
|
||||||
|
@ -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
|
# This is the ssh client system-wide configuration file. See
|
||||||
# ssh_config(5) for more information. This file provides defaults for
|
# ssh_config(5) for more information. This file provides defaults for
|
||||||
@ -24,6 +24,8 @@
|
|||||||
# RSAAuthentication yes
|
# RSAAuthentication yes
|
||||||
# PasswordAuthentication yes
|
# PasswordAuthentication yes
|
||||||
# HostbasedAuthentication no
|
# HostbasedAuthentication no
|
||||||
|
# GSSAPIAuthentication no
|
||||||
|
# GSSAPIDelegateCredentials no
|
||||||
# BatchMode no
|
# BatchMode no
|
||||||
# CheckHostIP yes
|
# CheckHostIP yes
|
||||||
# AddressFamily any
|
# AddressFamily any
|
||||||
|
Loading…
x
Reference in New Issue
Block a user