Searched refs:ssh_port (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | ssh-keyscan.c | 55 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/ |
D | factory.py | 129 def _choose_connectivity_class(hostname, ssh_port): argument 137 if (hostname == 'localhost' and ssh_port == DEFAULT_SSH_PORT):
|
D | factory_unittest.py | 185 factory.ssh_port = 1 199 del factory.ssh_port
|
/external/autotest/server/ |
D | autoserv.py | 448 ssh_port = parser.options.ssh_port 519 'ssh_port': ssh_port,
|
D | autoserv | 448 ssh_port = parser.options.ssh_port 519 'ssh_port': ssh_port,
|
D | server_job.py | 237 ssh_port=host_factory.DEFAULT_SSH_PORT, argument 304 self._ssh_port = ssh_port 1303 namespace['hosts'].factory.ssh_port = self._ssh_port
|