diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-10-26 01:34:57 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-10-26 01:34:57 +0200 |
commit | 516e7ee8307721afe519fe4b77ba015058409ae2 (patch) | |
tree | 07c7cf7502f4daf70a784ee2c23296a21ad50b66 /ssh-askpass-noinput | |
parent | 6f131d437f00e41a83fd158e03d2648ea2131d50 (diff) | |
parent | bd2154e05c0ab15d8e25f997fb4e6ec61f7a4c1f (diff) | |
download | ssh-agent-filter-516e7ee8307721afe519fe4b77ba015058409ae2.tar.gz |
Merge tag '0.3' into debian
0.3
Diffstat (limited to 'ssh-askpass-noinput')
-rwxr-xr-x | ssh-askpass-noinput | 3 |
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 |