]> gitweb.fluxo.info Git - utils-ssh.git/commitdiff
Updates ssh-agent-loadkey-menu
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 18 Mar 2019 21:50:44 +0000 (18:50 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 18 Mar 2019 21:50:44 +0000 (18:50 -0300)
ssh-agent-loadkey-menu

index 97e20a8f928cfdef193faf40369c05e3e9ddf0fe..c804d1d45b0a4e07710740c9c196e1ff850159b9 100755 (executable)
@@ -18,3 +18,8 @@ fi
 # Check if the selected option has a custom procedure (monkeysphere, keyringer, etc)
 # Grab passphrase and load the key
 #( cd $KEYS && find -name '*.pub' | grep -v decomissioned )
+
+# Display the keys available in the agent
+#echo "Current loaded keys:"
+#echo ""
+#ssh-add -L | cut -d ' ' -f 3 | sed -e 's/^/\t/'