diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-03-18 18:50:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-03-18 18:50:44 -0300 |
commit | a81717fd7fb29f7e84600ff5bf8587b00ed65b3d (patch) | |
tree | b181fd8be6c0142f30728b6b5a9f6a3dcdfa10c5 | |
parent | 41c73361b3b7bd129cac249b7cb59c43a303733b (diff) | |
download | utils-ssh-a81717fd7fb29f7e84600ff5bf8587b00ed65b3d.tar.gz utils-ssh-a81717fd7fb29f7e84600ff5bf8587b00ed65b3d.tar.bz2 |
Updates ssh-agent-loadkey-menu
-rwxr-xr-x | ssh-agent-loadkey-menu | 5 |
1 files changed, 5 insertions, 0 deletions
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/' |