Searched refs:ssh_port (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | ssh-keyscan.c | 57 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/ |
D | factory_unittest.py | 185 factory.ssh_port = 1 199 del factory.ssh_port
|
D | factory.py | 133 def _choose_connectivity_class(hostname, ssh_port): argument 141 if (hostname == 'localhost' and ssh_port == DEFAULT_SSH_PORT):
|
/external/autotest/server/ |
D | autoserv | 460 ssh_port = parser.options.ssh_port 541 'ssh_port': ssh_port,
|
D | autoserv.py | 460 ssh_port = parser.options.ssh_port 541 'ssh_port': ssh_port,
|
D | server_job.py | 249 ssh_port=host_factory.DEFAULT_SSH_PORT, argument 319 self._ssh_port = ssh_port 1409 namespace['hosts'].factory.ssh_port = self._ssh_port
|