aboutsummaryrefslogtreecommitdiff
path: root/ssh-askpass-noinput
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-askpass-noinput')
-rwxr-xr-xssh-askpass-noinput3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh-askpass-noinput b/ssh-askpass-noinput
new file mode 100755
index 0000000..2954b88
--- /dev/null
+++ b/ssh-askpass-noinput
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec zenity --question --title "SSH Request" --no-markup --text "$1" --ok-label Allow --cancel-label Deny