mirror of git://anongit.mindrot.org/openssh.git
- dtucker@cvs.openbsd.org 2004/11/25 09:39:27
[test-exec.sh] Remove obsolete RhostsAuthentication from test config; ok markus@
This commit is contained in:
parent
79ec66e980
commit
cc0603d4b6
|
@ -41,6 +41,9 @@
|
|||
- djm@cvs.openbsd.org 2004/11/07 00:32:41
|
||||
[multiplex.sh]
|
||||
regression tests for new multiplex commands
|
||||
- dtucker@cvs.openbsd.org 2004/11/25 09:39:27
|
||||
[test-exec.sh]
|
||||
Remove obsolete RhostsAuthentication from test config; ok markus@
|
||||
|
||||
20041203
|
||||
- (dtucker) OpenBSD CVS Sync
|
||||
|
@ -1914,4 +1917,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3596 2004/12/06 12:12:15 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3597 2004/12/06 12:13:50 dtucker Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $OpenBSD: test-exec.sh,v 1.23 2004/06/25 01:25:12 djm Exp $
|
||||
# $OpenBSD: test-exec.sh,v 1.24 2004/11/25 09:39:27 dtucker Exp $
|
||||
# Placed in the Public Domain.
|
||||
|
||||
#SUDO=sudo
|
||||
|
@ -205,7 +205,6 @@ Host *
|
|||
ChallengeResponseAuthentication no
|
||||
HostbasedAuthentication no
|
||||
PasswordAuthentication no
|
||||
RhostsRSAAuthentication no
|
||||
BatchMode yes
|
||||
StrictHostKeyChecking yes
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue