Home
last modified time | relevance | path

Searched refs:remote_ip (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth2-pubkeyfile.c66 int allow_cert_authority, const char *remote_ip, const char *remote_host, in auth_authorise_keyopts() argument
100 switch (match_host_and_ip(remote_host, remote_ip, in auth_authorise_keyopts()
114 loc, pw->pw_name, remote_host, remote_ip, in auth_authorise_keyopts()
125 switch (addr_match_cidr_list(remote_ip, in auth_authorise_keyopts()
138 "address (%.200s).", loc, pw->pw_name, remote_ip); in auth_authorise_keyopts()
141 loc, remote_ip); in auth_authorise_keyopts()
275 char *cp, const char *remote_ip, const char *remote_host, const char *loc, in auth_check_authkey_line() argument
337 sshkey_is_cert(key), remote_ip, remote_host, loc) != 0) { in auth_check_authkey_line()
360 remote_ip, remote_host, loc) != 0) { in auth_check_authkey_line()
417 struct sshkey *key, const char *remote_ip, in auth_check_authkeys_file() argument
[all …]
H A Dauth2-pubkey.c488 const char *remote_ip, const char *remote_host, in user_cert_trusted_ca() argument
547 remote_ip, remote_host, "cert") != 0) { in user_cert_trusted_ca()
556 remote_ip, remote_host, "principals") != 0) { in user_cert_trusted_ca()
595 char *file, const char *remote_ip, const char *remote_host, in user_key_allowed2() argument
610 key, remote_ip, remote_host, authoptsp); in user_key_allowed2()
624 const char *remote_ip, const char *remote_host, in user_key_command_allowed2() argument
728 options.authorized_keys_command, key, remote_ip, in user_key_command_allowed2()
765 const char *rdomain, *remote_ip, *remote_host; in user_key_allowed() local
778 remote_ip = ssh_remote_ipaddr(ssh); in user_key_allowed()
782 remote_ip, ssh_remote_port(ssh)); in user_key_allowed()
[all …]
/netbsd-src/tests/net/net/
H A Dt_mtudisc6.sh90 local remote_ip=fc00:0:0:2::2
109 setup_server $SOCKREMOTE shmif0 bus2 $remote_ip/$prefixlen
126 start_httpd $SOCKREMOTE $remote_ip
143 rump.route add -inet6 $remote_ip/128 $gateway_local_ip
154 do_http_get $remote_ip 0
H A Dt_mtudisc.sh77 local remote_ip=10.0.1.2
100 setup_server $SOCKREMOTE shmif0 bus2 $remote_ip/$prefixlen
127 atf_check -s exit:0 -o ignore rump.route add $remote_ip/32 $gateway_local_ip
141 atf_check -s exit:0 $HIJACKING nc -N -w 3 $remote_ip $port < $file_send
162 atf_check -s exit:0 $HIJACKING nc -N -w 3 $remote_ip $port < $file_send
/netbsd-src/external/bsd/blocklist/diff/
H A Dftpd.diff85 *remote_ip = 0;
86 remote_ip[sizeof(remote_ip) - 1] = 0;
87 if (!auth_hostok(lc, remotehost, remote_ip)) {
/netbsd-src/libexec/ftpd/
H A Dftpd.c1455 char remote_ip[NI_MAXHOST]; in do_pass() local
1458 remote_ip, sizeof(remote_ip) - 1, NULL, 0, in do_pass()
1460 *remote_ip = 0; in do_pass()
1461 remote_ip[sizeof(remote_ip) - 1] = 0; in do_pass()
1462 if (!auth_hostok(lc, remotehost, remote_ip)) { in do_pass()