diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2004-11-25 09:39:28 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2004-11-25 09:39:28 +0000 |
commit | 542eb7e3189ac6f6794df8d6f7c3234bdd5a5b69 (patch) | |
tree | 56b22bb033ca5ec652982948797678d9cff25267 /regress | |
parent | 6e30b384374bf70d3964e14b706ec336e28557b1 (diff) |
Remove obsolete RhostsAuthentication from test config; ok markus@
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/ssh/test-exec.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/test-exec.sh b/regress/usr.bin/ssh/test-exec.sh index 158df868205..458aecfd462 100644 --- a/regress/usr.bin/ssh/test-exec.sh +++ b/regress/usr.bin/ssh/test-exec.sh @@ -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. USER=`id -un` @@ -172,7 +172,6 @@ Host * ChallengeResponseAuthentication no HostbasedAuthentication no PasswordAuthentication no - RhostsAuthentication no RhostsRSAAuthentication no BatchMode yes StrictHostKeyChecking yes |