summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-12-06 23:13:50 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-12-06 23:13:50 +1100
commitcc0603d4b6421fa3ce23c273bc254f5dd0a6f0f6 (patch)
tree315e087adbf9690dc7a82f954923e9d01e00a5b0
parent79ec66e980ff830b8503dc4bde9c022b23c7825c (diff)
- dtucker@cvs.openbsd.org 2004/11/25 09:39:27
[test-exec.sh] Remove obsolete RhostsAuthentication from test config; ok markus@
-rw-r--r--ChangeLog5
-rw-r--r--regress/test-exec.sh3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ad4a56966..85591f0b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,9 @@
41 - djm@cvs.openbsd.org 2004/11/07 00:32:41 41 - djm@cvs.openbsd.org 2004/11/07 00:32:41
42 [multiplex.sh] 42 [multiplex.sh]
43 regression tests for new multiplex commands 43 regression tests for new multiplex commands
44 - dtucker@cvs.openbsd.org 2004/11/25 09:39:27
45 [test-exec.sh]
46 Remove obsolete RhostsAuthentication from test config; ok markus@
44 47
4520041203 4820041203
46 - (dtucker) OpenBSD CVS Sync 49 - (dtucker) OpenBSD CVS Sync
@@ -1914,4 +1917,4 @@
1914 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1917 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1915 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1918 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1916 1919
1917$Id: ChangeLog,v 1.3596 2004/12/06 12:12:15 dtucker Exp $ 1920$Id: ChangeLog,v 1.3597 2004/12/06 12:13:50 dtucker Exp $
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index 70250acd7..4e69658ce 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: test-exec.sh,v 1.23 2004/06/25 01:25:12 djm Exp $ 1# $OpenBSD: test-exec.sh,v 1.24 2004/11/25 09:39:27 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4#SUDO=sudo 4#SUDO=sudo
@@ -205,7 +205,6 @@ Host *
205 ChallengeResponseAuthentication no 205 ChallengeResponseAuthentication no
206 HostbasedAuthentication no 206 HostbasedAuthentication no
207 PasswordAuthentication no 207 PasswordAuthentication no
208 RhostsRSAAuthentication no
209 BatchMode yes 208 BatchMode yes
210 StrictHostKeyChecking yes 209 StrictHostKeyChecking yes
211EOF 210EOF