Searched refs:bind_address (Results 1 – 7 of 7) sorted by relevance
/external/openssh/ |
D | ssh.0 | 7 ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec] 8 [-D [bind_address:]port] [-E log_file] [-e escape_char] 10 [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec] 13 [-R [bind_address:]port:host:hostport] [-S ctl_path] [-W host:port] 56 -b bind_address 57 Use bind_address on the local machine as the source address of 80 -D [bind_address:]port 83 side, optionally bound to the specified bind_address. Whenever a 95 the GatewayPorts setting. However, an explicit bind_address may 97 bind_address of M-bM-^@M-^\localhostM-bM-^@M-^] indicates that the listening port be [all …]
|
D | ssh-agent.0 | 7 ssh-agent [-c | -s] [-d] [-a bind_address] [-E fingerprint_hash] 28 -a bind_address 29 Bind the agent to the UNIX-domain socket bind_address. The
|
D | readconf.h | 89 char *bind_address; /* local socket address for connection to sshd */ member
|
D | sshconnect.c | 286 if (options.bind_address == NULL && !privileged) in ssh_create_socket() 289 if (options.bind_address) { in ssh_create_socket() 295 gaierr = getaddrinfo(options.bind_address, NULL, &hints, &res); in ssh_create_socket() 297 error("getaddrinfo: %s: %s", options.bind_address, in ssh_create_socket() 318 error("bind: %s: %s", options.bind_address, in ssh_create_socket()
|
D | ssh_config.0 | 308 The argument must be [bind_address:]port. IPv6 addresses can be 311 setting. However, an explicit bind_address may be used to bind 312 the connection to a specific address. The bind_address of 583 machine. The first argument must be [bind_address:]port and the 590 bind_address may be used to bind the connection to a specific 591 address. The bind_address of M-bM-^@M-^\localhostM-bM-^@M-^] indicates that the 721 machine. The first argument must be [bind_address:]port and the 731 If the bind_address is not specified, the default is to only bind 732 to loopback addresses. If the bind_address is M-bM-^@M-^X*M-bM-^@M-^Y or an empty 734 interfaces. Specifying a remote bind_address will only succeed
|
D | readconf.c | 1032 charptr = &options->bind_address; in process_config_line() 1642 options->bind_address = NULL; in initialize_options() 2298 dump_cfg_string(oBindAddress, o->bind_address); in dump_client_config()
|
D | ssh.c | 906 options.bind_address = optarg; in main()
|