]> andersk Git - gssapi-openssh.git/blobdiff - openssh/regress/test-exec.sh
Import of OpenSSH 3.8p1
[gssapi-openssh.git] / openssh / regress / test-exec.sh
index cc7ea67fea486acb8b27f36038b2f9de6a339884..98851dc974240f4215c2e9319d91d8d140bfbb69 100644 (file)
@@ -30,7 +30,7 @@ if [ ! -f $SCRIPT ]; then
        echo "not a file: $SCRIPT"
        exit 2
 fi
-if sh -n $SCRIPT; then
+if $TEST_SHELL -n $SCRIPT; then
        true
 else
        echo "syntax error in $SCRIPT"
@@ -185,7 +185,6 @@ Host *
        ChallengeResponseAuthentication no
        HostbasedAuthentication no
        PasswordAuthentication  no
-       RhostsAuthentication    no
        RhostsRSAAuthentication no
        BatchMode               yes
        StrictHostKeyChecking   yes
This page took 0.059949 seconds and 4 git commands to generate.