Home
last modified time | relevance | path

Searched defs:remote_ip (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Dauth2-pubkey.c479 user_cert_trusted_ca(struct passwd * pw,struct sshkey * key,const char * remote_ip,const char * remote_host,const char * conn_id,const char * rdomain,struct sshauthopt ** authoptsp) user_cert_trusted_ca() argument
586 user_key_allowed2(struct passwd * pw,struct sshkey * key,char * file,const char * remote_ip,const char * remote_host,struct sshauthopt ** authoptsp) user_key_allowed2() argument
615 user_key_command_allowed2(struct passwd * user_pw,struct sshkey * key,const char * remote_ip,const char * remote_host,const char * conn_id,const char * rdomain,struct sshauthopt ** authoptsp) user_key_command_allowed2() argument
756 const char *rdomain, *remote_ip, *remote_host; user_key_allowed() local
[all...]
H A Dauth2-pubkeyfile.c55 int allow_cert_authority, const char *remote_ip, const char *remote_host, in auth_authorise_keyopts()
264 char *cp, const char *remote_ip, const char *remote_host, const char *loc, in auth_check_authkey_line()
406 struct sshkey *key, const char *remote_ip, in auth_check_authkeys_file()
H A Dsshd-session.c806 const char *remote_ip, *rdomain; main() local