Searched refs:_host (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssh/regress/ |
H A D | agent-restrict.sh | 116 _host="host_$_id" 117 trace "connect $_host expect success" 119 ${SSH} $_extra -F $OBJ/ssh_proxy $_host true > $OBJ/ssh_output 121 test $_s -eq 0 || fail "host $_host $_case fail, exit status $_s" 132 _host="host_$_id" 133 trace "connect $_host expect success, with key $_key" 137 -oIdentityFile=$_keyfile $_host true > $OBJ/ssh_output 139 test $_s -eq 0 || fail "host $_host $_key $_case fail, exit status $_s" 146 _host="$1" 149 trace "connect $_host expect failure" [all …]
|
H A D | keygen-knownhosts.sh | 40 _host=$1 49 echo "# Host $_host found: line $_line $_mark" >> $OBJ/kh.expect 56 _host=$1 59 ${SSHKEYGEN} "$@" -f $OBJ/kh.invalid -F $_host > $OBJ/kh.result 66 _host=$1 70 ${SSHKEYGEN} $_keygenopt -f $OBJ/kh.invalid -F $_host > /dev/null 115 _host=$1 119 ${SSHKEYGEN} -f $_file -HF $_host | grep '|1|' | \ 120 sed "s/^[^ ]*/$_host/" > $OBJ/kh.result
|
H A D | servcfginclude.sh | 84 _host="$1" 88 trace "$_desc host=$_host expect=$_exp" 90 -C "host=$_host,user=test,addr=127.0.0.1" > $OBJ/sshd_config.out || 91 fatal "ssh config parse failed: $_desc host=$_host expect=$_exp" 94 fail "$desc_ host $_host include fail: expected $_exp got $_got"
|
H A D | cfginclude.sh | 87 _host="$1" 89 ${REAL_SSH} -F $OBJ/ssh_config.i -G "$_host" > $OBJ/ssh_config.out || 93 fail "host $_host include fail: expected $_exp got $_got" 228 _host="$1" 230 ${REAL_SSH} -F $OBJ/ssh_config.i -G "$_host" > $OBJ/ssh_config.out || 234 fail "host $_host include fail: expected $_exp got $_got"
|
/freebsd/lib/libutil/ |
H A D | libutil.h | 132 int realhostname(char *_host, size_t _hsize, const struct in_addr *_ip); 133 int realhostname_sa(char *_host, size_t _hsize, struct sockaddr *_addr,
|
/freebsd/sys/kern/ |
H A D | kern_jail.c | 4616 SYSCTL_JAIL_PARAM_STRING(_host, hostname, CTLFLAG_RW, MAXHOSTNAMELEN, 4618 SYSCTL_JAIL_PARAM_STRING(_host, domainname, CTLFLAG_RW, MAXHOSTNAMELEN, 4620 SYSCTL_JAIL_PARAM_STRING(_host, hostuuid, CTLFLAG_RW, HOSTUUIDLEN, 4622 SYSCTL_JAIL_PARAM(_host, hostid, CTLTYPE_ULONG | CTLFLAG_RW,
|