Searched refs:SSH_DEFAULT_PORT (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dssh.h19 #define SSH_DEFAULT_PORT 22 macro
H A Dssh-keyscan.c63 int ssh_port = SSH_DEFAULT_PORT;
353 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) {
H A Dsshconnect.c1126 port != SSH_DEFAULT_PORT && !clobber_port) {
H A Dscp.c1152 if (tport != -1 && tport != SSH_DEFAULT_PORT) {
H A Dservconf.c310 options->ports[options->num_ports++] = SSH_DEFAULT_PORT;
904 options->ports[options->num_ports++] = SSH_DEFAULT_PORT;
H A Dmisc.c695 if (port == 0 || port == SSH_DEFAULT_PORT)
H A Dreadconf.c525 port = sp ? ntohs(sp->s_port) : SSH_DEFAULT_PORT;

Completed in 143 milliseconds