summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.control11
-rwxr-xr-xnoncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh8
2 files changed, 19 insertions, 0 deletions
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.control b/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.control
new file mode 100644
index 0000000..c571166
--- a/dev/null
+++ b/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.control
@@ -0,0 +1,11 @@
1Files: bin/opie-sh-ssh-askpass.sh
2Installed-Size: 0
3Version: $QPE_VERSION-$SUB_VERSION
4# We depend on opie-sh with the '-p' option. Not really on ssh though.
5Depends: opie-base (1.5.0+), opie-sh (0.5-20020919+)
6Priority: optional
7Section: opie/system
8Maintainer: David Woodhouse <dwmw2@infradead.org>
9Architecture: arm
10License: GPL
11Description: Popup dialog box for OpenSSH to ask for user input
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