Home
last modified time | relevance | path

Searched refs:TEST_SSH_SSH (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/regress/
H A DMakefile161 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-rsa" ; then \
170 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-rsa" ; then \
177 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-rsa" ; then \
183 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-rsa" ; then \
189 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-rsa" ; then \
194 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-dss" ; then \
202 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-dss" ; then \
207 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-dss" ; then \
224 ! ${TEST_SSH_SSH} -Q key-plain | grep ecdsa >/dev/null || \
228 ! ${TEST_SSH_SSH} -Q key-plain | grep ecdsa >/dev/null || \
[all …]
H A Dtest-exec.sh116 if [ "x$TEST_SSH_SSH" != "x" ]; then
117 SSH="${TEST_SSH_SSH}"