From acee5c1891fc0a6dec6183fadad52e0d136c95f4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 25 Mar 2019 21:16:51 -0300 Subject: Oops --- ssh-agent-loadkey-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh-agent-loadkey-menu b/ssh-agent-loadkey-menu index 7640032..29a8e6d 100755 --- a/ssh-agent-loadkey-menu +++ b/ssh-agent-loadkey-menu @@ -64,7 +64,7 @@ function __load { # Check if the selected option has a custom procedure (monkeysphere, keyringer, etc) if [ -x "$KEY.askpass" ]; then # SSH-ADD(1) says: "Note that on some machines it may be necessary to redirect the input from /dev/null to make this work". - SSH_ASKPASS="$KEYS.askpass" ssh-add $KEY < /dev/null + SSH_ASKPASS="$KEY.askpass" ssh-add $KEY < /dev/null else ssh-add $KEY fi -- cgit v1.2.3