Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-keyscan.c63 int ssh_port = SSH_DEFAULT_PORT; variable
329 hostport = put_host_port(host, ssh_port); in keyprint_one()
350 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) { in keyprint()
367 snprintf(strport, sizeof strport, "%d", ssh_port); in tcpconnect()
550 c->c_name, ssh_port, chop(buf)); in congreet()
712 ssh_port = a2port(optarg); in main()
713 if (ssh_port <= 0) { in main()