diff options
Diffstat (limited to 'regress/usr.bin/ssh/test-exec.sh')
-rw-r--r-- | regress/usr.bin/ssh/test-exec.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/usr.bin/ssh/test-exec.sh b/regress/usr.bin/ssh/test-exec.sh index d7194fd075c..a740b261929 100644 --- a/regress/usr.bin/ssh/test-exec.sh +++ b/regress/usr.bin/ssh/test-exec.sh @@ -1,4 +1,4 @@ -# $OpenBSD: test-exec.sh,v 1.11 2002/03/21 22:27:00 markus Exp $ +# $OpenBSD: test-exec.sh,v 1.12 2002/03/23 16:38:09 markus Exp $ # Placed in the Public Domain. PORT=4242 @@ -158,6 +158,8 @@ Host * StrictHostKeyChecking yes EOF +rm -f $OBJ/known_hosts + trace "generate keys" for t in rsa rsa1; do # generate user key |