Home
last modified time | relevance | path

Searched refs:PLINK (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/regress/
H A Dputty-ciphers.sh16 if strings "${PLINK}" | grep -E "^${m}$" >/dev/null; then
25 if strings "${PLINK}" | grep -E "^${c}$" >/dev/null; then
47 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i ${OBJ}/putty.rsa2 \
H A Dputty-kex.sh17 if strings "${PLINK}" | grep -E "^${k}$" >/dev/null; then
29 env HOME=$PWD ${PLINK} -v -load localhost_proxy -batch -i ${OBJ}/putty.rsa2 true \
H A Dputty-transfer.sh20 env HOME=$PWD ${PLINK} -load compression_$c -batch \
31 env HOME=$PWD ${PLINK} -load compression_$c \
H A Dtest-exec.sh100 PLINK=/usr/local/bin/plink
147 PLINK="${TEST_SSH_PLINK}"
771 if test -x "$PUTTYGEN" -a -x "$PLINK" &&
817 PUTTYVER="`${PLINK} --version | awk '/plink: Release/{print $3}'`"
/freebsd/crypto/openssh/
H A DMakefile.in767 TEST_SSH_PLINK="@PLINK@" \
H A Dconfigure.ac5704 AC_PATH_PROG([PLINK], [plink])