Home
last modified time | relevance | path

Searched refs:revoked_host_keys (Results 1 – 9 of 9) sorted by relevance

/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dreadconf.h147 char *revoked_host_keys; member
H A Dsshconnect.c1287 if (options.revoked_host_keys != NULL) {
1288 r = sshkey_check_revoked(host_key, options.revoked_host_keys);
1295 options.revoked_host_keys);
1301 fp, options.revoked_host_keys, ssh_err(r));
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dreadconf.h154 char *revoked_host_keys; member
H A Dsshconnect.c1197 if (options.revoked_host_keys != NULL) { in verify_host_key()
1198 r = sshkey_check_revoked(host_key, options.revoked_host_keys); in verify_host_key()
1205 options.revoked_host_keys); in verify_host_key()
1211 fp, options.revoked_host_keys, ssh_err(r)); in verify_host_key()
H A Dreadconf.c1686 charptr = &options->revoked_host_keys; in process_config_line_depth()
1936 options->revoked_host_keys = NULL; in initialize_options()
2149 CLEAR_ON_NONE(options->revoked_host_keys); in fill_default_options()
2669 dump_cfg_string(oRevokedHostKeys, o->revoked_host_keys); in dump_client_config()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dreadconf.h163 char *revoked_host_keys; member
H A Dsshconnect.c1467 if (options.revoked_host_keys != NULL) { in verify_host_key()
1468 r = sshkey_check_revoked(host_key, options.revoked_host_keys); in verify_host_key()
1475 options.revoked_host_keys); in verify_host_key()
1481 fp, options.revoked_host_keys); in verify_host_key()
H A Dreadconf.c2098 charptr = &options->revoked_host_keys; in process_config_line_depth()
2432 options->revoked_host_keys = NULL; in initialize_options()
2680 CLEAR_ON_NONE(options->revoked_host_keys); in fill_default_options()
2792 free(o->revoked_host_keys); in free_options()
3351 dump_cfg_string(oRevokedHostKeys, o->revoked_host_keys); in dump_client_config()
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dconnection.py888 trusted_host_keys, trusted_ca_keys, revoked_host_keys, \
900 self._revoked_host_keys = set(revoked_host_keys)