Home
last modified time | relevance | path

Searched refs:bind_address (Results 1 – 7 of 7) sorted by relevance

/external/openssh/
Dssh.07 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 …]
Dssh-agent.07 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
Dreadconf.h89 char *bind_address; /* local socket address for connection to sshd */ member
Dsshconnect.c286 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()
Dssh_config.0308 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
Dreadconf.c1032 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()
Dssh.c906 options.bind_address = optarg; in main()