Lines Matching refs:SSH

33 (${SSH} -G -F $OBJ/ssh_config somehost >$OBJ/ssh_config.1 &&
34 ${SSH} -G -F $OBJ/ssh_config.1 somehost >$OBJ/ssh_config.2 &&
38 f=`${SSH} -GF $OBJ/ssh_config host | awk '/exitonforwardfailure/{print $2}'`
40 f=`${SSH} -GF $OBJ/ssh_config -W a:1 h | awk '/exitonforwardfailure/{print $2}'`
42 f=`${SSH} -GF $OBJ/ssh_config -W a:1 -o exitonforwardfailure=no h | \
46 f=`${SSH} -GF $OBJ/ssh_config host | awk '/clearallforwardings/{print $2}'`
48 f=`${SSH} -GF $OBJ/ssh_config -W a:1 h | awk '/clearallforwardings/{print $2}'`
50 f=`${SSH} -GF $OBJ/ssh_config -W a:1 -o clearallforwardings=no h | \
56 f=`${SSH} -GF $OBJ/ssh_config host | awk '/^user /{print $2}'`
58 f=`${SSH} -GF $OBJ/ssh_config -o user=foo -l bar baz@host | awk '/^user /{print $2}'`
60 f=`${SSH} -GF $OBJ/ssh_config -lbar baz@host user=foo baz@host | awk '/^user /{print $2}'`
62 f=`${SSH} -GF $OBJ/ssh_config baz@host -o user=foo -l bar baz@host | awk '/^user /{print $2}'`
67 f=`${SSH} -GF none host | awk '/^pubkeyacceptedalgorithms /{print $2}'`
71 f=`${SSH} -GF none -opubkeyacceptedalgorithms=ssh-ed25519 host | \
76 f=`${SSH} -GF none -opubkeyacceptedalgorithms=-ssh-ed25519-cert* host | \
80 f=`${SSH} -GF none -opubkeyacceptedalgorithms=-ssh-ed25519 host | \
87 f=`${SSH} -GF none -opubkeyacceptedalgorithms=+ssh-dss-cert* host | \
91 f=`${SSH} -GF none -opubkeyacceptedalgorithms=+ssh-dss host | \
98 f=`${SSH} -GF none host | awk '/^forwardagent /{print$2}'`
100 f=`${SSH} -GF none -oforwardagent=no host | awk '/^forwardagent /{print$2}'`
102 f=`${SSH} -GF none -oforwardagent=yes host | awk '/^forwardagent /{print$2}'`
104 f=`${SSH} -GF none '-oforwardagent=SSH_AUTH_SOCK.forward' host | awk '/^forwardagent /{print$2}'`
113 f=`${SSH} -GF $OBJ/ssh_config.0 -oipqos=cs1 host | awk '/^ipqos /{print$2}'`
115 f=`${SSH} -GF $OBJ/ssh_config.0 -otunneldevice=3:4 host | awk '/^tunneldevice /{print$2}'`