aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-03-18 18:50:44 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-03-18 18:50:44 -0300
commita81717fd7fb29f7e84600ff5bf8587b00ed65b3d (patch)
treeb181fd8be6c0142f30728b6b5a9f6a3dcdfa10c5
parent41c73361b3b7bd129cac249b7cb59c43a303733b (diff)
downloadutils-ssh-a81717fd7fb29f7e84600ff5bf8587b00ed65b3d.tar.gz
utils-ssh-a81717fd7fb29f7e84600ff5bf8587b00ed65b3d.tar.bz2
Updates ssh-agent-loadkey-menu
-rwxr-xr-xssh-agent-loadkey-menu5
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/'