summaryrefslogtreecommitdiff
path: root/regress
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 /regress
parent79ec66e980ff830b8503dc4bde9c022b23c7825c (diff)
- dtucker@cvs.openbsd.org 2004/11/25 09:39:27
[test-exec.sh] Remove obsolete RhostsAuthentication from test config; ok markus@
Diffstat (limited to 'regress')
-rw-r--r--regress/test-exec.sh3
1 files changed, 1 insertions, 2 deletions
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