Home
last modified time | relevance | path

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

/external/openssh/
Dssh-keyscan.c55 int ssh_port = SSH_DEFAULT_PORT; variable
329 hostport = put_host_port(host, ssh_port); in keyprint_one()
349 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) { in keyprint()
366 snprintf(strport, sizeof strport, "%d", ssh_port); in tcpconnect()
538 fprintf(stderr, "# %s:%d %s\n", c->c_name, ssh_port, chop(buf)); in congreet()
724 ssh_port = a2port(optarg); in main()
725 if (ssh_port <= 0) { in main()
/external/autotest/server/hosts/
Dfactory.py129 def _choose_connectivity_class(hostname, ssh_port): argument
137 if (hostname == 'localhost' and ssh_port == DEFAULT_SSH_PORT):
Dfactory_unittest.py185 factory.ssh_port = 1
199 del factory.ssh_port
/external/autotest/server/
Dautoserv.py448 ssh_port = parser.options.ssh_port
519 'ssh_port': ssh_port,
Dautoserv448 ssh_port = parser.options.ssh_port
519 'ssh_port': ssh_port,
Dserver_job.py237 ssh_port=host_factory.DEFAULT_SSH_PORT, argument
304 self._ssh_port = ssh_port
1303 namespace['hosts'].factory.ssh_port = self._ssh_port