aboutsummaryrefslogtreecommitdiff
path: root/tests/sshserver.pl
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-01-04 03:04:30 +0000
committerYang Tse <yangsita@gmail.com>2008-01-04 03:04:30 +0000
commitf5da1e5484d2f634698df46f2c356a448f067fff (patch)
tree971f0d9d68e78737154befe4d6978a7727bfb4c9 /tests/sshserver.pl
parentfd8d862c3762cb9ec51a81b3917483e04dea9840 (diff)
'LocalCommand' no longer used for ssh client config file. When used it
requires a non blank argument.
Diffstat (limited to 'tests/sshserver.pl')
-rw-r--r--tests/sshserver.pl6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/sshserver.pl b/tests/sshserver.pl
index 2d95ea3ee..bec1d9f74 100644
--- a/tests/sshserver.pl
+++ b/tests/sshserver.pl
@@ -649,7 +649,7 @@ if(! -e $knownhosts) {
# KeepAlive : OpenSSH 1.2.1 and later
# KbdInteractiveAuthentication : OpenSSH 2.3.0 and later
# KbdInteractiveDevices : OpenSSH 2.3.0 and later [3]
-# LocalCommand : OpenSSH 4.3.0 and later
+# LocalCommand : OpenSSH 4.3.0 and later [3]
# LocalForward : OpenSSH 1.2.1 and later [3]
# LogLevel : OpenSSH 1.2.1 and later
# MACs : OpenSSH 2.5.0 and later [3]
@@ -776,10 +776,6 @@ if((($sshid =~ /OpenSSH/) && ($sshvernum < 380)) ||
push @cfgarr, 'KeepAlive no';
}
-if(($sshid =~ /OpenSSH/) && ($sshvernum >= 430)) {
- push @cfgarr, 'LocalCommand';
-}
-
if((($sshid =~ /OpenSSH/) && ($sshvernum >= 300)) ||
($sshid =~ /SunSSH/)) {
push @cfgarr, 'NoHostAuthenticationForLocalhost no';