Lines Matching refs:OBJ

6 pidfile=$OBJ/remote_pid
10 echo "ExitOnForwardFailure=yes" >> $OBJ/ssh_config
11 echo "ExitOnForwardFailure=yes" >> $OBJ/ssh_proxy
42 cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
43 grep -v AuthorizedKeysFile $OBJ/sshd_proxy_bak > $OBJ/sshd_proxy
44 echo "AuthorizedKeysFile /dev/null" >>$OBJ/sshd_proxy
45 echo "PermitOpen 127.0.0.1:1" >>$OBJ/sshd_config
46 echo "Match user $USER" >>$OBJ/sshd_proxy
47 echo "AuthorizedKeysFile /dev/null $OBJ/authorized_keys_%u" >>$OBJ/sshd_proxy
48 echo "Match Address 127.0.0.1" >>$OBJ/sshd_config
49 echo "PermitOpen 127.0.0.1:$PORT" >>$OBJ/sshd_config
51 echo "PermitOpen 127.0.0.1:1" >>$OBJ/sshd_proxy
52 echo "Match Address 127.0.0.1" >>$OBJ/sshd_proxy
53 echo "PermitOpen 127.0.0.1:$PORT" >>$OBJ/sshd_proxy
62 start_client -F $OBJ/ssh_config
63 ${SSH} -q -$p -p $fwdport -F $OBJ/ssh_config somehost true || \
71 start_client -F $OBJ/ssh_proxy
72 ${SSH} -q -$p -p $fwdport -F $OBJ/ssh_config somehost true && \
78 echon 'permitopen="127.0.0.1:'$PORT'" ' >$OBJ/authorized_keys_$USER
79 cat $OBJ/rsa.pub >> $OBJ/authorized_keys_$USER
80 echon 'permitopen="127.0.0.1:'$PORT'" ' >>$OBJ/authorized_keys_$USER
81 cat $OBJ/rsa1.pub >> $OBJ/authorized_keys_$USER
84 start_client -F $OBJ/ssh_proxy
85 ${SSH} -q -$p -p $fwdport -F $OBJ/ssh_config somehost true && \
94 start_client -F $OBJ/ssh_config
95 ${SSH} -q -$p -p $fwdport -F $OBJ/ssh_config somehost true || \
100 cp $OBJ/sshd_proxy_bak $OBJ/sshd_proxy
101 echo "PermitOpen 127.0.0.1:1 127.0.0.1:$PORT 127.0.0.2:2" >>$OBJ/sshd_proxy
102 echo "Match User $USER" >>$OBJ/sshd_proxy
103 echo "PermitOpen 127.0.0.1:1 127.0.0.1:2" >>$OBJ/sshd_proxy
108 start_client -F $OBJ/ssh_proxy
109 ${SSH} -q -$p -p $fwdport -F $OBJ/ssh_config somehost true && \
114 cp $OBJ/sshd_proxy_bak $OBJ/sshd_proxy
115 echo "PermitOpen 127.0.0.1:1 127.0.0.1:$PORT 127.0.0.2:2" >>$OBJ/sshd_proxy
116 echo "Match User NoSuchUser" >>$OBJ/sshd_proxy
117 echo "PermitOpen 127.0.0.1:1 127.0.0.1:2" >>$OBJ/sshd_proxy
123 start_client -F $OBJ/ssh_proxy
124 ${SSH} -q -$p -p $fwdport -F $OBJ/ssh_config somehost true || \