HomeSort by relevance Sort by last modified time
    Searched full:bind_address (Results 1 - 14 of 14) sorted by null

  /external/openssh/
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
ssh-agent.1 47 .Op Fl a Ar bind_address
82 .It Fl a Ar bind_address
86 .Ar bind_address .
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 b
    [all...]
ssh.1 47 .Op Fl b Ar bind_address
49 .Op Fl D Oo Ar bind_address : Oc Ns Ar port
55 .Op Fl L Oo Ar bind_address : Oc Ns Ar port : Ns Ar host : Ns Ar hostport
62 .Op Fl R Oo Ar bind_address : Oc Ns Ar port : Ns Ar host : Ns Ar hostport
127 .It Fl b Ar bind_address
129 .Ar bind_address
171 .Oo Ar bind_address : Oc
181 .Ar bind_address .
198 .Ar bind_address
201 .Ar bind_address
    [all...]
readconf.h 89 char *bind_address; /* local socket address for connection to sshd */ member in struct:__anon17325
ssh_config.5 577 .Oo Ar bind_address : Oc Ar port .
584 .Ar bind_address
587 .Ar bind_address
1029 .Oo Ar bind_address : Oc Ar port
1041 .Ar bind_address
1044 .Ar bind_address
    [all...]
sshconnect.c 286 if (options.bind_address == NULL && !privileged)
289 if (options.bind_address) {
295 gaierr = getaddrinfo(options.bind_address, NULL, &hints, &res);
297 error("getaddrinfo: %s: %s", options.bind_address,
318 error("bind: %s: %s", options.bind_address,
    [all...]
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
    [all...]
clientloop.c 895 logit(" -L[bind_address:]port:host:hostport "
897 logit(" -R[bind_address:]port:host:hostport "
899 logit(" -D[bind_address:]port "
901 logit(" -KL[bind_address:]port "
903 logit(" -KR[bind_address:]port "
905 logit(" -KD[bind_address:]port "
    [all...]
ssh.c 203 "usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
204 " [-D [bind_address:]port] [-E log_file] [-e escape_char]\n"
206 " [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]\n"
209 " [-R [bind_address:]port:host:hostport] [-S ctl_path] [-W host:port]\n"
906 options.bind_address = optarg;
    [all...]
readconf.c 1032 charptr = &options->bind_address;
    [all...]
ssh-agent.c 1140 "usage: ssh-agent [-c | -s] [-d] [-a bind_address] [-E fingerprint_hash]\n"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 541 def _get_unused_port(self, bind_address='0.0.0.0'):
545 bind_address: Hostname or IP address to search for a port on.
550 tempsock.bind((bind_address, 0))
606 port = self._get_unused_port(bind_address=host)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 541 def _get_unused_port(self, bind_address='0.0.0.0'):
545 bind_address: Hostname or IP address to search for a port on.
550 tempsock.bind((bind_address, 0))
606 port = self._get_unused_port(bind_address=host)
    [all...]

Completed in 542 milliseconds