- 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
|
- djm@cvs.openbsd.org 2004/11/07 00:32:41
|
||||||
[multiplex.sh]
|
[multiplex.sh]
|
||||||
regression tests for new multiplex commands
|
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
|
20041203
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
@ -1914,4 +1917,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.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.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
#SUDO=sudo
|
#SUDO=sudo
|
||||||
|
@ -205,7 +205,6 @@ Host *
|
||||||
ChallengeResponseAuthentication no
|
ChallengeResponseAuthentication no
|
||||||
HostbasedAuthentication no
|
HostbasedAuthentication no
|
||||||
PasswordAuthentication no
|
PasswordAuthentication no
|
||||||
RhostsRSAAuthentication no
|
|
||||||
BatchMode yes
|
BatchMode yes
|
||||||
StrictHostKeyChecking yes
|
StrictHostKeyChecking yes
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue