diff options
-rw-r--r-- | regress/test-exec.sh | 4 |
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 |