Searched defs:ssh_port (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dssh-keyscan.c55 int ssh_port = SSH_DEFAULT_PORT; variable
320 snprintf(strport, sizeof strport, "%d", ssh_port);
673 ssh_port = a2port(optarg);
674 if (ssh_port <= 0) {

Completed in 84 milliseconds