OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sshdid
(Results
1 - 2
of
2
) sorted by null
/external/curl/tests/
sshserver.pl
224
my ($
sshdid
, $sshdvernum, $sshdverstr, $sshderror) = sshversioninfo($sshd);
225
if(!$
sshdid
) {
255
if((($
sshdid
=~ /OpenSSH/) && ($sshdvernum < 299)) ||
256
(($
sshdid
=~ /SunSSH/) && ($sshdvernum < 100))) {
557
if((($
sshdid
=~ /OpenSSH/) && ($sshdvernum >= 310)) ||
558
($
sshdid
=~ /SunSSH/)) {
564
if(($
sshdid
=~ /OpenSSH/) && ($sshdvernum >= 299)) {
689
if($
sshdid
=~ /OpenSSH/) {
[
all
...]
runtests.pl
261
my $
sshdid
; # for socks server, ssh daemon version id
[
all
...]
Completed in 40 milliseconds