aboutsummaryrefslogtreecommitdiff
path: root/ssh-agent-loadkey-menu
diff options
context:
space:
mode:
Diffstat (limited to '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/'