Lines Matching refs:awk

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}'`
43 awk '/exitonforwardfailure/{print $2}'`
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}'`
51 awk '/clearallforwardings/{print $2}'`
55 user=`awk '$1=="User" {print $2}' $OBJ/ssh_config`
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}'`
72 awk '/^pubkeyacceptedalgorithms /{print $2}'`
77 awk '/^pubkeyacceptedalgorithms /{print $2}'`
81 awk '/^pubkeyacceptedalgorithms /{print $2}'`
88 awk '/^pubkeyacceptedalgorithms /{print $2}'`
92 awk '/^pubkeyacceptedalgorithms /{print $2}'`
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}'`