HomeSort by relevance Sort by last modified time
    Searched refs:somehost (Results 1 - 25 of 25) sorted by null

  /external/openssh/regress/
addrmatch.sh 30 run_trial user 192.168.0.1 somehost yes "permit, first entry"
31 run_trial user 192.168.30.1 somehost no "deny, negative match"
32 run_trial user 19.0.0.1 somehost no "deny, no match"
33 run_trial user 10.255.255.254 somehost yes "permit, list middle"
35 run_trial user 1.1.1.1 somehost.example.com yes "permit, bare IP4 address"
37 run_trial user ::1 somehost.example.com yes "permit, bare IP6 address"
38 run_trial user ::2 somehost.exaple.com no "deny IPv6"
39 run_trial user ::3 somehost no "deny IP6 negated"
40 run_trial user ::4 somehost no "deny, IP6 no match"
41 run_trial user 2000::1 somehost yes "permit, IP6 network
    [all...]
connect.sh 9 ${SSH} -o "Protocol=$p" -F $OBJ/ssh_config somehost true
host-expand.sh 9 somehost
15 ${SSH} -F $OBJ/ssh_proxy -$p somehost true >$OBJ/actual
key-options.sh 15 r=`${SSH} -$p -q -F $OBJ/ssh_proxy somehost echo foo`
29 r=`${SSH} -$p -q -F $OBJ/ssh_proxy somehost tty`
40 r=`${SSH} -$p -q -F $OBJ/ssh_proxy somehost 'echo $FOO'`
51 ${SSH} -$p -q -F $OBJ/ssh_proxy somehost true
59 r=`${SSH} -$p -q -F $OBJ/ssh_proxy somehost 'echo true'`
64 r=`${SSH} -$p -q -F $OBJ/ssh_config somehost 'echo true'`
localcommand.sh 11 a=`${SSH} -F $OBJ/ssh_proxy -$p somehost true`
portnum.sh 9 if ${SSH} -F $OBJ/ssh_proxy -p $port somehost true 2>/dev/null ; then
16 if ${SSH} -F $OBJ/ssh_proxy -p $port somehost true 2>/dev/null ; then
forwarding.sh 25 ${SSH} -$p -F $OBJ/ssh_config -f $fwd somehost sleep 10
29 somehost cat $DATA > $OBJ/ls.copy
46 -oExitOnForwardFailure=yes somehost true
57 -oExitOnForwardFailure=yes somehost true
68 ${SSH} -$p -F $OBJ/ssh_config -oClearAllForwardings=yes somehost true
72 -oClearAllForwardings=yes somehost sleep 10
85 -oClearAllForwardings=yes somehost sleep 10
100 $cmd -o "ProxyCommand $cmd -q -W localhost:$PORT somehost" \
101 somehost true
login-timeout.sh 13 ${SSH} -F $OBJ/ssh_config somehost true
26 ${SSH} -F $OBJ/ssh_config somehost true
forcecommand.sh 15 ${SSH} -$p -F $OBJ/ssh_proxy somehost false \ ||
29 ${SSH} -$p -F $OBJ/ssh_proxy somehost false \ ||
40 ${SSH} -$p -F $OBJ/ssh_proxy somehost false \ ||
try-ciphers.sh 18 ${SSH} -F $OBJ/ssh_proxy -2 -m $m -c $c somehost true
29 ${SSH} -F $OBJ/ssh_proxy -1 -c $c somehost true
45 ${SSH} -F $OBJ/ssh_proxy -2 -m $m -c $c somehost true
brokenkeys.sh 17 ${SSH} -2 -F $OBJ/ssh_config somehost true
cipher-speed.sh 28 -F $OBJ/ssh_proxy -2 -m $m -c $c somehost \
44 -F $OBJ/ssh_proxy -1 -c $c somehost \
transfer.sh 12 ${SSH} -n -q -$p -F $OBJ/ssh_proxy somehost cat ${DATA} > ${COPY}
22 ${SSH} -q -$p -F $OBJ/ssh_proxy somehost "cat > ${COPY}"
cert-userkey.sh 58 -F $OBJ/ssh_proxy somehost true >/dev/null 2>&1
67 -F $OBJ/ssh_proxy somehost true >/dev/null 2>&1
76 -F $OBJ/ssh_proxy somehost true >/dev/null 2>&1
85 -F $OBJ/ssh_proxy somehost true >/dev/null 2>&1
94 -F $OBJ/ssh_proxy somehost true >/dev/null 2>&1
104 -F $OBJ/ssh_proxy somehost true >/dev/null 2>&1
115 -F $OBJ/ssh_proxy somehost false >/dev/null 2>&1
134 -F $OBJ/ssh_proxy somehost true >/dev/null 2>&1
146 -F $OBJ/ssh_proxy somehost true >/dev/null 2>&1
178 -F $OBJ/ssh_proxy somehost tru
    [all...]
cfgmatch.sh 16 ${SSH} -q -$p $fwd "$@" somehost \
63 ${SSH} -q -$p -p $fwdport -F $OBJ/ssh_config somehost true || \
72 ${SSH} -q -$p -p $fwdport -F $OBJ/ssh_config somehost true && \
85 ${SSH} -q -$p -p $fwdport -F $OBJ/ssh_config somehost true && \
95 ${SSH} -q -$p -p $fwdport -F $OBJ/ssh_config somehost true || \
109 ${SSH} -q -$p -p $fwdport -F $OBJ/ssh_config somehost true && \
124 ${SSH} -q -$p -p $fwdport -F $OBJ/ssh_config somehost true || \
agent.sh 48 ${SSH} -$p -F $OBJ/ssh_proxy somehost exit 5$p
56 ${SSH} -A -$p -F $OBJ/ssh_proxy somehost ${SSHADD} -l > /dev/null 2>&1
60 ${SSH} -A -$p -F $OBJ/ssh_proxy somehost \
61 "${SSH} -$p -F $OBJ/ssh_proxy somehost exit 5$p"
scp.sh 38 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
43 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
49 $SCP $scpopts ${COPY} somehost:${DIR} || fail "copy failed"
61 $SCP $scpopts somehost:${COPY} ${DIR} || fail "copy failed"
68 $SCP $scpopts -r ${DIR} somehost:${DIR2} || fail "copy failed"
82 $SCP $scpopts -r somehost:${DIR} ${DIR2} || fail "copy failed"
100 $SCP -p $scpopts somehost:${DIR}/\* ${DIR2} >/dev/null 2>&1
110 $SCP $scpopts somehost:${DATA} ${DIR} >/dev/null 2>/dev/null
115 $SCP -r $scpopts somehost:${DATA} ${DIR2} >/dev/null 2>/dev/null
reconfigure.sh 32 ${SSH} -o "Protocol=$p" -F $OBJ/ssh_config somehost true
dynamic-forward.sh 29 -oExitOnForwardFailure=yes somehost exec sh -c \
46 somehost cat $DATA > $OBJ/ls.copy
rekey.sh 19 -v -F $OBJ/ssh_proxy somehost "cat > ${COPY}" \
cert-hostkey.sh 60 -F $OBJ/ssh_proxy somehost true
102 -F $OBJ/ssh_proxy somehost true >/dev/null 2>&1
127 -F $OBJ/ssh_proxy somehost true >/dev/null 2>&1
165 -F $OBJ/ssh_proxy somehost true >/dev/null 2>&1
214 -F $OBJ/ssh_proxy somehost true
249 -F $OBJ/ssh_proxy -q somehost true >/dev/null 2>&1
ssh-com-client.sh 94 ${ssh2} -q -F ${OBJ}/ssh2_config somehost exit 42
102 ${ssh2} -F ${OBJ}/ssh2_config somehost cat ${DATA} > ${COPY}
122 ${ssh2} -F ${OBJ}/ssh2_config somehost \
reexec.sh 26 ${SSH} -nqo "Protocol=$p" -F $OBJ/ssh_config somehost \
agent-pkcs11.sh 54 ${SSH} -2 -F $OBJ/ssh_proxy somehost exit 5
multiplex.sh 20 ${SSH} -Nn2 -MS$CTL -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" somehost &

Completed in 81 milliseconds