]> gitweb.fluxo.info Git - utils-ssh.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 26 Mar 2019 00:16:51 +0000 (21:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 26 Mar 2019 00:16:51 +0000 (21:16 -0300)
ssh-agent-loadkey-menu

index 7640032c2d89171e52fc943aba8e15cee16bf0a9..29a8e6dd0d65b9449f98ad09830285550f1d8e02 100755 (executable)
@@ -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