From: Silvio Rhatto Date: Tue, 26 Mar 2019 00:16:51 +0000 (-0300) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=acee5c1891fc0a6dec6183fadad52e0d136c95f4;p=utils-ssh.git Oops --- 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