Home
last modified time | relevance | path

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

/external/openssh/
Dssh-keyscan.c57 int ssh_port = SSH_DEFAULT_PORT; variable
318 hostport = put_host_port(host, ssh_port); in keyprint_one()
338 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) { in keyprint()
355 snprintf(strport, sizeof strport, "%d", ssh_port); in tcpconnect()
536 c->c_name, ssh_port, chop(buf)); in congreet()
700 ssh_port = a2port(optarg); in main()
701 if (ssh_port <= 0) { in main()
/external/autotest/server/hosts/
Dfactory_unittest.py185 factory.ssh_port = 1
199 del factory.ssh_port
Dfactory.py133 def _choose_connectivity_class(hostname, ssh_port): argument
141 if (hostname == 'localhost' and ssh_port == DEFAULT_SSH_PORT):
/external/autotest/server/
Dautoserv460 ssh_port = parser.options.ssh_port
541 'ssh_port': ssh_port,
Dautoserv.py460 ssh_port = parser.options.ssh_port
541 'ssh_port': ssh_port,
Dserver_job.py249 ssh_port=host_factory.DEFAULT_SSH_PORT, argument
319 self._ssh_port = ssh_port
1409 namespace['hosts'].factory.ssh_port = self._ssh_port