summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh
Unidiff
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 @@
1#!/bin/sh
2
3# opie-sh-ssh-askpass -- ssh-askpass utility using opie-sh
4
5OPIE_SH=opie-sh
6
7exec $OPIE_SH -i -p -t "OpenSSH" -g -L "<SMALL>$@" 2>/dev/null
8