HomeSort by relevance Sort by last modified time
    Searched refs:putty (Results 1 - 5 of 5) sorted by null

  /external/openssh/regress/
putty-kex.sh 1 # $OpenBSD: putty-kex.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
4 tid="putty KEX"
10 echo "putty interop tests not enabled"
16 cp ${OBJ}/.putty/sessions/localhost_proxy \
17 ${OBJ}/.putty/sessions/kex_$k
18 echo "KEX=$k" >> ${OBJ}/.putty/sessions/kex_$k
20 env HOME=$PWD ${PLINK} -load kex_$k -batch -i putty.rsa2 \
putty-ciphers.sh 1 # $OpenBSD: putty-ciphers.sh,v 1.3 2008/11/10 02:06:35 djm Exp $
4 tid="putty ciphers"
10 echo "putty interop tests not enabled"
16 cp ${OBJ}/.putty/sessions/localhost_proxy \
17 ${OBJ}/.putty/sessions/cipher_$c
18 echo "Cipher=$c" >> ${OBJ}/.putty/sessions/cipher_$c
21 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i putty.rsa2 \
putty-transfer.sh 1 # $OpenBSD: putty-transfer.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
4 tid="putty transfer data"
10 echo "putty interop tests not enabled"
19 cp ${OBJ}/.putty/sessions/localhost_proxy \
20 ${OBJ}/.putty/sessions/compression_$c
21 echo "Compression=$c" >> ${OBJ}/.putty/sessions/kex_$k
23 -i putty.rsa$p 127.0.0.1 cat ${DATA} > ${COPY}
34 -batch -i putty.rsa$p 127.0.0.1 \
test-exec.sh 330 # If PuTTY is present and we are running a PuTTY test, prepare keys and
337 *putty*) ;;
342 mkdir -p ${OBJ}/.putty
344 # Add a PuTTY key to authorized_keys
345 rm -f ${OBJ}/putty.rsa2
346 puttygen -t rsa -o ${OBJ}/putty.rsa2 < /dev/null > /dev/null
347 puttygen -O public-openssh ${OBJ}/putty.rsa2 \
350 # Convert rsa2 host key to PuTTY format
352 ${OBJ}/.putty/sshhostkey
    [all...]
Makefile 11 rm -rf $(OBJ).putty
62 INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
78 putty.rsa2 sshd_proxy_orig ssh_proxy_bak \

Completed in 110 milliseconds