Home
last modified time | relevance | path

Searched refs:ssh_port (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Dssh-keyscan.c51 int ssh_port = SSH_DEFAULT_PORT; variable
396 snprintf(strport, sizeof strport, "%d", ssh_port); in tcpconnect()
732 ssh_port = a2port(optarg); in main()
733 if (ssh_port <= 0) { in main()