diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-03-26 15:14:34 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-03-26 15:14:34 +0000 |
commit | 5e2f35e74526ceda0094a471a0e4a8e1fe492e21 (patch) | |
tree | 80a9bfe3d6382b2c64c2e1626bfe812b9b2c4c94 /regress/usr.bin/ssh/test-exec.sh | |
parent | 848ba61e99bc3194b6e9b8e2af7571b893f099f4 (diff) |
test interop w/ ssh.com 2.x/3.x
Diffstat (limited to 'regress/usr.bin/ssh/test-exec.sh')
-rw-r--r-- | regress/usr.bin/ssh/test-exec.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/test-exec.sh b/regress/usr.bin/ssh/test-exec.sh index a740b261929..42d993e35d9 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.12 2002/03/23 16:38:09 markus Exp $ +# $OpenBSD: test-exec.sh,v 1.13 2002/03/26 15:14:33 markus Exp $ # Placed in the Public Domain. PORT=4242 @@ -158,7 +158,7 @@ Host * StrictHostKeyChecking yes EOF -rm -f $OBJ/known_hosts +rm -f $OBJ/known_hosts $OBJ/authorized_keys_$USER trace "generate keys" for t in rsa rsa1; do |