From 5d55704009d1052db6f4039544aedb17ca8f541b Mon Sep 17 00:00:00 2001 From: chrysn Date: Sat, 26 Oct 2013 00:50:36 +0200 Subject: ssh-askpass-noinput: a simpler confirmation dialog this adds an ssh-askpass imlementation that will only show allow/deny buttons and is based on zenity. --- ssh-askpass-noinput | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 ssh-askpass-noinput (limited to 'ssh-askpass-noinput') 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 -- cgit v1.2.3