Home | History | Annotate | Download | only in regress

Lines Matching refs:SSH

4 tid="ssh with certificates"
11 fatal "ssh-keygen failed"
13 fatal "ssh-keygen failed"
17 fatal "ssh-keygen failed"
19 fatal "ssh-keygen failed"
21 fatal "ssh-keygen failed"
23 fatal "ssh-keygen failed"
25 fatal "ssh-keygen failed"
60 ${SSH} -F $OBJ/no_identity_config -oIdentitiesOnly=yes \
62 [ $? -ne 5$p ] && fail "ssh failed"
66 ${SSH} -F $OBJ/no_identity_config -oIdentitiesOnly=yes \
69 [ $? -ne 5$p ] && fail "ssh failed"
73 ${SSH} $opts2 somehost exit 5$p
76 fail "ssh succeeded with no certs in protocol $p"
82 ${SSH} $opts3 somehost exit 5$p
85 fail "ssh succeeded with bad cert in protocol $p"
92 ${SSH} $opts3 somehost exit 5$p
95 fail "ssh succeeded with no matching key in protocol $p"
101 ${SSH} $opts3 somehost exit 5$p
104 fail "ssh failed with trusted cert and key in protocol $p"
111 ${SSH} $opts3 somehost exit 5$p
114 fail "ssh failed with multiple certs in protocol $p"
121 fatal "ssh-add -l did not fail with exit code 2"
128 fatal "could not start ssh-agent: exit code $r"
134 fatal "ssh-add did not succeed with exit code 0"
138 fatal "ssh-add did not succeed with exit code 0"
141 # try ssh with the agent and certificates
142 # note: ssh agent only uses certificates in protocol 2
145 ${SSH} -2 $opts somehost exit 52
147 fail "ssh connect with agent in protocol 2 succeeded with no cert"
152 ${SSH} -2 $opts somehost exit 52
154 fail "ssh connect with agent in protocol 2 succeeded with bad cert"
159 ${SSH} -2 $opts somehost exit 52
161 fail "ssh connect with agent in protocol 2 failed with good cert"