Lines Matching refs:fatal
15 fatal "ssh-keygen hostkey failed"
44 fatal "ssh-add -l did not fail with exit code 1 (got $r)"
122 $SSHADD -qD >/dev/null || fatal "clear agent failed"
124 fatal "failed to add keys"
133 host_$h true > $OBJ/ssh_output || fatal "test ssh $h failed"
134 cmp $OBJ/expect_$h $OBJ/ssh_output || fatal "unexpected output"
138 $SSHADD -qD >/dev/null || fatal "clear agent failed"
140 fatal "failed to add keys"
144 host_$h true > $OBJ/ssh_output && fatal "test ssh $h succeeded"
148 $SSHADD -qD >/dev/null || fatal "clear agent failed"
150 fatal "failed to add keys"
159 host_$h true > $OBJ/ssh_output || fatal "test ssh $h failed"
160 cmp $OBJ/expect_$h $OBJ/ssh_output || fatal "unexpected output"
164 $SSHADD -qD >/dev/null || fatal "clear agent failed"
166 -s ${TEST_SSH_PKCS11} -H $OBJ/known_hosts || fatal "failed to add keys"
191 host_a whatever > $OBJ/ssh_output || fatal "test ssh $h failed"
192 cmp $OBJ/expect_a $OBJ/ssh_output || fatal "unexpected output"