From: Silvio Rhatto Date: Mon, 18 Mar 2019 21:50:44 +0000 (-0300) Subject: Updates ssh-agent-loadkey-menu X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a81717fd7fb29f7e84600ff5bf8587b00ed65b3d;p=utils-ssh.git Updates ssh-agent-loadkey-menu --- diff --git a/ssh-agent-loadkey-menu b/ssh-agent-loadkey-menu index 97e20a8..c804d1d 100755 --- a/ssh-agent-loadkey-menu +++ b/ssh-agent-loadkey-menu @@ -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/'