Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dtcp.h97 #ifndef SSH_PORT
98 #define SSH_PORT 22 macro
H A Dprint-tcp.c742 } else if (IS_SRC_OR_DST_PORT(SSH_PORT)) { in tcp_print()
/freebsd/crypto/openssh/contrib/
H A Dssh-copy-id139 SSH_PORT=${OPTARG}
170 SSH_OPTS="${SSH_PORT:+-p $SSH_PORT }$OPTS_USER_HOST"
382 …Now try logging into the machine, with: "${SFTP:-ssh}${SSH_PORT:+ -${PORT_OPT:-p} $SSH_PORT} ${O…