diff options
author | dtucker <dtucker> | 2004-12-06 12:13:50 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2004-12-06 12:13:50 +0000 |
commit | e7404a0d1114d1cba4e5df4ae51aae6ec985216f (patch) | |
tree | 85b249040df11ad57051bd6654a007d064713750 /regress/test-exec.sh | |
parent | e3f73359d45904b0f8715c5413a78ace329f1339 (diff) | |
download | openssh-e7404a0d1114d1cba4e5df4ae51aae6ec985216f.tar.gz |
- 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/test-exec.sh')
-rw-r--r-- | regress/test-exec.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 70250acd..4e69658c 100644 --- a/regress/test-exec.sh +++ b/regress/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. #SUDO=sudo @@ -205,7 +205,6 @@ Host * ChallengeResponseAuthentication no HostbasedAuthentication no PasswordAuthentication no - RhostsRSAAuthentication no BatchMode yes StrictHostKeyChecking yes EOF |