summaryrefslogtreecommitdiff
path: root/regress/test-exec.sh
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2017-02-07 23:03:11 +0000
committerDamien Miller <djm@mindrot.org>2017-02-17 14:52:25 +1100
commit0c4430a19b73058a569573492f55e4c9eeaae67b (patch)
tree2e927604bff7c3246a4235b4a1c5a1710bbba3aa /regress/test-exec.sh
parent3baa4cdd197c95d972ec3d07f1c0d08f2d7d9199 (diff)
upstream commit
Remove deprecated SSH1 options RSAAuthentication and RhostsRSAAuthentication from regression test sshd_config. Upstream-Regress-ID: 8066b753d9dce7cf02ff87af5c727ff680d99491
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r--regress/test-exec.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index bfa48803b..dc033cd96 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: test-exec.sh,v 1.58 2016/12/16 01:06:27 dtucker Exp $ 1# $OpenBSD: test-exec.sh,v 1.59 2017/02/07 23:03:11 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4#SUDO=sudo 4#SUDO=sudo
@@ -444,12 +444,10 @@ Host *
444 User $USER 444 User $USER
445 GlobalKnownHostsFile $OBJ/known_hosts 445 GlobalKnownHostsFile $OBJ/known_hosts
446 UserKnownHostsFile $OBJ/known_hosts 446 UserKnownHostsFile $OBJ/known_hosts
447 RSAAuthentication yes
448 PubkeyAuthentication yes 447 PubkeyAuthentication yes
449 ChallengeResponseAuthentication no 448 ChallengeResponseAuthentication no
450 HostbasedAuthentication no 449 HostbasedAuthentication no
451 PasswordAuthentication no 450 PasswordAuthentication no
452 RhostsRSAAuthentication no
453 BatchMode yes 451 BatchMode yes
454 StrictHostKeyChecking yes 452 StrictHostKeyChecking yes
455 LogLevel DEBUG3 453 LogLevel DEBUG3