OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Sep 19 00:25:42 UTC 2026