Lines Matching full:52
60 -i $OBJ/user_key3 somehost exit 52
61 [ $? -ne 52 ] && fail "ssh failed"
67 -i $OBJ/user_key3 somehost exit 52
68 [ $? -ne 52 ] && fail "ssh failed"
72 ${SSH} $opts2 somehost exit 52
74 if [ $r -eq 52 ]; then
81 ${SSH} $opts3 somehost exit 52
83 if [ $r -eq 52 ]; then
91 ${SSH} $opts3 somehost exit 52
93 if [ $r -eq 52 ]; then
100 ${SSH} $opts3 somehost exit 52
102 if [ $r -ne 52 ]; then
110 ${SSH} $opts3 somehost exit 52
112 if [ $r -ne 52 ]; then
142 ${SSH} $opts somehost exit 52
143 if [ $? -eq 52 ]; then
149 ${SSH} $opts somehost exit 52
150 if [ $? -eq 52 ]; then
156 ${SSH} $opts somehost exit 52
157 if [ $? -ne 52 ]; then