summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh
Side-by-side diff
Diffstat (limited to 'noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh b/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh
new file mode 100755
index 0000000..7e1e7ad
--- a/dev/null
+++ b/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# opie-sh-ssh-askpass -- ssh-askpass utility using opie-sh
+
+OPIE_SH=opie-sh
+
+exec $OPIE_SH -i -p -t "OpenSSH" -g -L "<SMALL>$@" 2>/dev/null
+