Searched refs:SSH_DEFAULT_PORT (Results 1 – 6 of 6) sorted by relevance
19 #define SSH_DEFAULT_PORT 22 macro
55 int ssh_port = SSH_DEFAULT_PORT;349 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) { in keyprint()
376 if (port == 0 || port == SSH_DEFAULT_PORT) in put_host_port()
219 options->ports[options->num_ports++] = SSH_DEFAULT_PORT; in fill_default_server_options()682 options->ports[options->num_ports++] = SSH_DEFAULT_PORT; in process_queued_listen_addrs()
938 port != SSH_DEFAULT_PORT) { in check_host_key()
472 port = sp ? ntohs(sp->s_port) : SSH_DEFAULT_PORT; in default_ssh_port()