diff options
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r-- | regress/test-exec.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index b8e2009de..efde6a173 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh | |||
@@ -527,13 +527,13 @@ if test "$REGRESS_INTEROP_PUTTY" = "yes" ; then | |||
527 | >> $OBJ/authorized_keys_$USER | 527 | >> $OBJ/authorized_keys_$USER |
528 | 528 | ||
529 | # Convert rsa2 host key to PuTTY format | 529 | # Convert rsa2 host key to PuTTY format |
530 | cp $OBJ/rsa $OBJ/rsa_oldfmt | 530 | cp $OBJ/ssh-rsa $OBJ/ssh-rsa_oldfmt |
531 | ${SSHKEYGEN} -p -N '' -m PEM -f $OBJ/rsa_oldfmt >/dev/null | 531 | ${SSHKEYGEN} -p -N '' -m PEM -f $OBJ/ssh-rsa_oldfmt >/dev/null |
532 | ${SRC}/ssh2putty.sh 127.0.0.1 $PORT $OBJ/rsa_oldfmt > \ | 532 | ${SRC}/ssh2putty.sh 127.0.0.1 $PORT $OBJ/ssh-rsa_oldfmt > \ |
533 | ${OBJ}/.putty/sshhostkeys | 533 | ${OBJ}/.putty/sshhostkeys |
534 | ${SRC}/ssh2putty.sh 127.0.0.1 22 $OBJ/rsa_oldfmt >> \ | 534 | ${SRC}/ssh2putty.sh 127.0.0.1 22 $OBJ/ssh-rsa_oldfmt >> \ |
535 | ${OBJ}/.putty/sshhostkeys | 535 | ${OBJ}/.putty/sshhostkeys |
536 | rm -f $OBJ/rsa_oldfmt | 536 | rm -f $OBJ/ssh-rsa_oldfmt |
537 | 537 | ||
538 | # Setup proxied session | 538 | # Setup proxied session |
539 | mkdir -p ${OBJ}/.putty/sessions | 539 | mkdir -p ${OBJ}/.putty/sessions |