diff options
author | Darren Tucker <dtucker@zip.com.au> | 2009-10-07 01:58:40 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2009-10-07 01:58:40 +0200 |
commit | b99c6e14990e56eaac0b7afa8303a27bb20fc6d3 (patch) | |
tree | 0a6c7c8851721023d4a3e169937e882a8b9a32f4 /regress/ssh2putty.sh | |
parent | - dtucker@cvs.openbsd.org 2009/10/06 23:51:49 (diff) | |
download | openssh-b99c6e14990e56eaac0b7afa8303a27bb20fc6d3.tar.xz openssh-b99c6e14990e56eaac0b7afa8303a27bb20fc6d3.zip |
fix id
Diffstat (limited to 'regress/ssh2putty.sh')
-rwxr-xr-x | regress/ssh2putty.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/ssh2putty.sh b/regress/ssh2putty.sh index 5d9de1cd7..691db1690 100755 --- a/regress/ssh2putty.sh +++ b/regress/ssh2putty.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: ssh2putty.sh,v 1.1 2009/10/06 23:51:49 dtucker Exp $ +# $OpenBSD: ssh2putty.sh,v 1.2 2009/10/06 23:51:49 dtucker Exp $ if test "x$1" = "x" -o "x$2" = "x" -o "x$3" = "x" ; then echo "Usage: ssh2putty hostname port ssh-private-key" |