summaryrefslogtreecommitdiff
path: root/regress/ssh2putty.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-07 10:54:31 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-07 10:54:31 +1100
commitb707a243822f28d07702ce4fc2c1d6cf305bc631 (patch)
tree4ffdd3e5d3e60b4b6fc456b49b5dfea6ea3e053a /regress/ssh2putty.sh
parentc863895e0ab7f9430402736e953e62dae46be458 (diff)
- dtucker@cvs.openbsd.org 2009/10/06 23:51:49
[regress/ssh2putty.sh] Add OpenBSD tag to make syncs easier
Diffstat (limited to 'regress/ssh2putty.sh')
-rwxr-xr-xregress/ssh2putty.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/ssh2putty.sh b/regress/ssh2putty.sh
index dfdeeff4a..5d9de1cd7 100755
--- a/regress/ssh2putty.sh
+++ b/regress/ssh2putty.sh
@@ -1,4 +1,5 @@
1#!/bin/sh 1#!/bin/sh
2# $OpenBSD: ssh2putty.sh,v 1.1 2009/10/06 23:51:49 dtucker Exp $
2 3
3if test "x$1" = "x" -o "x$2" = "x" -o "x$3" = "x" ; then 4if test "x$1" = "x" -o "x$2" = "x" -o "x$3" = "x" ; then
4 echo "Usage: ssh2putty hostname port ssh-private-key" 5 echo "Usage: ssh2putty hostname port ssh-private-key"