Lines Matching refs:putty
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/sshhostkeys
354 ${OBJ}/.putty/sshhostkeys
357 mkdir -p ${OBJ}/.putty/sessions
358 rm -f ${OBJ}/.putty/sessions/localhost_proxy
359 echo "Hostname=127.0.0.1" >> ${OBJ}/.putty/sessions/localhost_proxy
360 echo "PortNumber=$PORT" >> ${OBJ}/.putty/sessions/localhost_proxy
361 echo "ProxyMethod=5" >> ${OBJ}/.putty/sessions/localhost_proxy
362 echo "ProxyTelnetCommand=sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy" >> ${OBJ}/.putty/sessions/localhost_proxy