Home
last modified time | relevance | path

Searched refs:remote_major (Results 1 – 19 of 19) sorted by relevance

/dports/net/p5-Net-SSH-Perl/Net-SSH-Perl-2.14/lib/Net/SSH/
H A DPerl.pm317 my($remote_major, $remote_minor, $remote_version) = $remote_id =~
319 …$ssh->debug("Remote protocol version $remote_major.$remote_minor, remote software version $remote_…
323 if ($remote_major == 1) {
335 elsif ($remote_major == 2) {
343 PROTOCOL_MAJOR_1, $remote_major;
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/libs/zbxsysinfo/simple/
H A Dsimple.c127 static int find_ssh_ident_string(const char *recv_buf, int *remote_major, int *remote_minor) in find_ssh_ident_string() argument
133 if (2 == sscanf(l, "SSH-%d.%d-%*s", remote_major, remote_minor)) in find_ssh_ident_string()
147 int remote_major, remote_minor; in check_ssh() local
156 if (SUCCEED == find_ssh_ident_string(s.buffer, &remote_major, &remote_minor)) in check_ssh()
159 remote_major, remote_minor); in check_ssh()
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/src/libs/zbxsysinfo/simple/
H A Dsimple.c127 static int find_ssh_ident_string(const char *recv_buf, int *remote_major, int *remote_minor) in find_ssh_ident_string() argument
133 if (2 == sscanf(l, "SSH-%d.%d-%*s", remote_major, remote_minor)) in find_ssh_ident_string()
147 int remote_major, remote_minor; in check_ssh() local
156 if (SUCCEED == find_ssh_ident_string(s.buffer, &remote_major, &remote_minor)) in check_ssh()
159 remote_major, remote_minor); in check_ssh()
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/src/libs/zbxsysinfo/simple/
H A Dsimple.c127 static int find_ssh_ident_string(const char *recv_buf, int *remote_major, int *remote_minor) in find_ssh_ident_string() argument
133 if (2 == sscanf(l, "SSH-%d.%d-%*s", remote_major, remote_minor)) in find_ssh_ident_string()
147 int remote_major, remote_minor; in check_ssh() local
156 if (SUCCEED == find_ssh_ident_string(s.buffer, &remote_major, &remote_minor)) in check_ssh()
159 remote_major, remote_minor); in check_ssh()
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/src/libs/zbxsysinfo/simple/
H A Dsimple.c127 static int find_ssh_ident_string(const char *recv_buf, int *remote_major, int *remote_minor) in find_ssh_ident_string() argument
133 if (2 == sscanf(l, "SSH-%d.%d-%*s", remote_major, remote_minor)) in find_ssh_ident_string()
147 int remote_major, remote_minor; in check_ssh() local
156 if (SUCCEED == find_ssh_ident_string(s.buffer, &remote_major, &remote_minor)) in check_ssh()
159 remote_major, remote_minor); in check_ssh()
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/src/libs/zbxsysinfo/simple/
H A Dsimple.c127 static int find_ssh_ident_string(const char *recv_buf, int *remote_major, int *remote_minor) in find_ssh_ident_string() argument
133 if (2 == sscanf(l, "SSH-%d.%d-%*s", remote_major, remote_minor)) in find_ssh_ident_string()
147 int remote_major, remote_minor; in check_ssh() local
156 if (SUCCEED == find_ssh_ident_string(s.buffer, &remote_major, &remote_minor)) in check_ssh()
159 remote_major, remote_minor); in check_ssh()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dssh_api.c324 int r, remote_major, remote_minor, expect_nl;
377 &remote_major, &remote_minor, remote_version) != 3)
380 remote_major, remote_minor, remote_version);
383 if (remote_major == 1 && remote_minor == 99) {
384 remote_major = 2;
387 if (remote_major != 2)
H A Dssh-keyscan.c208 ssh2_capable(int remote_major, int remote_minor)
210 switch (remote_major) {
449 int n = 0, remote_major = 0, remote_minor = 0;
507 &remote_major, &remote_minor, remote_version) == 3)
511 if (!ssh2_capable(remote_major, remote_minor)) {
H A Dkex.c1113 int remote_major, remote_minor, mismatch; in kex_exchange_identification() local
1255 &remote_major, &remote_minor, remote_version) != 3) { in kex_exchange_identification()
1264 remote_major, remote_minor, remote_version); in kex_exchange_identification()
1268 switch (remote_major) { in kex_exchange_identification()
1281 PROTOCOL_MAJOR_2, remote_major); in kex_exchange_identification()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dssh_api.c332 int r = 0, remote_major, remote_minor, expect_nl; in _ssh_read_banner() local
384 &remote_major, &remote_minor, remote_version) != 3) { in _ssh_read_banner()
389 remote_major, remote_minor, remote_version); in _ssh_read_banner()
392 if (remote_major == 1 && remote_minor == 99) { in _ssh_read_banner()
393 remote_major = 2; in _ssh_read_banner()
396 if (remote_major != 2) in _ssh_read_banner()
H A Dssh-keyscan.c212 ssh2_capable(int remote_major, int remote_minor) in ssh2_capable() argument
214 switch (remote_major) { in ssh2_capable()
468 int n = 0, remote_major = 0, remote_minor = 0; in congreet() local
527 &remote_major, &remote_minor, remote_version) == 3) in congreet()
529 if (!ssh2_capable(remote_major, remote_minor)) { in congreet()
H A Dkex.c1175 int remote_major, remote_minor, mismatch, oerrno = 0; in kex_exchange_identification() local
1319 &remote_major, &remote_minor, remote_version) != 3) { in kex_exchange_identification()
1328 remote_major, remote_minor, remote_version); in kex_exchange_identification()
1332 switch (remote_major) { in kex_exchange_identification()
1345 PROTOCOL_MAJOR_2, remote_major); in kex_exchange_identification()
/dports/net/vncreflector/vnc_reflector/
H A Dhost_connect.c234 int remote_major, remote_minor; in rf_host_ver() local
246 remote_major = atoi(&buf[4]); in rf_host_ver()
249 remote_major, remote_minor); in rf_host_ver()
251 if (remote_major != major) { in rf_host_ver()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dssh-keyscan.c227 ssh2_capable(int remote_major, int remote_minor) in ssh2_capable() argument
229 switch (remote_major) { in ssh2_capable()
404 int n = 0, remote_major = 0, remote_minor = 0; in congreet() local
444 &remote_major, &remote_minor, remote_version) == 3) in congreet()
449 if (!ssh2_capable(remote_major, remote_minor)) { in congreet()
454 } else if (remote_major != 1) { in congreet()
H A Dsshconnect.c543 int remote_major, remote_minor, mismatch; in ssh_exchange_identification() local
622 &remote_major, &remote_minor, remote_version) != 3) in ssh_exchange_identification()
625 remote_major, remote_minor, remote_version); in ssh_exchange_identification()
630 switch (remote_major) { in ssh_exchange_identification()
667 remote_major); in ssh_exchange_identification()
H A Dsshd.c419 int remote_major, remote_minor; in sshd_exchange_identification() local
480 &remote_major, &remote_minor, remote_version) != 3) { in sshd_exchange_identification()
491 remote_major, remote_minor, remote_version); in sshd_exchange_identification()
515 switch (remote_major) { in sshd_exchange_identification()
/dports/games/frozen-bubble/frozen-bubble-d6a0291/lib/Games/FrozenBubble/
H A DNet.pm280 my ($remote_major, $remote_minor, $isready) = $msg =~ m|^FB/(\d+).(\d+) (.*)|;
294 print STDERR "Dropping $host:$port: deprecated protocol $remote_major.$remote_minor\n";
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dsshconnect.c571 int remote_major, remote_minor, mismatch;
650 &remote_major, &remote_minor, remote_version) != 3)
653 remote_major, remote_minor, remote_version);
658 switch (remote_major) {
695 remote_major);
/dports/net/p5-Net-SSH-Perl/Net-SSH-Perl-2.14/t/
H A Dpsshd125 my($remote_major, $remote_minor, $remote_version) = $remote_id =~
128 unless $remote_major && $remote_minor && $remote_version;
129 …$ssh->debug("Client protocol version $remote_major.$remote_minor, remote software version $remote_…