Searched refs:SSH_DEFAULT_PORT (Results 1 – 7 of 7) sorted by relevance
19 #define SSH_DEFAULT_PORT 22 macro
63 int ssh_port = SSH_DEFAULT_PORT;350 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) { in keyprint()
1156 port != SSH_DEFAULT_PORT && !clobber_port) { in check_host_key()
330 options->ports[options->num_ports++] = SSH_DEFAULT_PORT; in fill_default_server_options()957 options->ports[options->num_ports++] = SSH_DEFAULT_PORT; in process_queued_listen_addrs()
1154 if (tport != -1 && tport != SSH_DEFAULT_PORT) { in toremote()
730 if (port == 0 || port == SSH_DEFAULT_PORT) in put_host_port()
528 port = sp ? ntohs(sp->s_port) : SSH_DEFAULT_PORT; in default_ssh_port()