HomeSort by: relevance | last modified time | path
    Searched refs:SSH_DEFAULT_PORT (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh.h 17 #define SSH_DEFAULT_PORT 22
ssh-keyscan.c 62 int ssh_port = SSH_DEFAULT_PORT;
321 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) {
sshconnect.c 1187 port != SSH_DEFAULT_PORT && !clobber_port) {
misc.c 763 if (port == 0 || port == SSH_DEFAULT_PORT)
scp.c 1110 if (tport != -1 && tport != SSH_DEFAULT_PORT) {
servconf.c 360 options->ports[options->num_ports++] = SSH_DEFAULT_PORT;
1089 options->ports[options->num_ports++] = SSH_DEFAULT_PORT;
readconf.c 562 port = sp ? ntohs(sp->s_port) : SSH_DEFAULT_PORT;

Completed in 27 milliseconds