Lines Matching refs:host
38 f=`${SSH} -GF $OBJ/ssh_config host | awk '/exitonforwardfailure/{print $2}'`
46 f=`${SSH} -GF $OBJ/ssh_config host | awk '/clearallforwardings/{print $2}'`
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}'`