add output

This commit is contained in:
Jakobus Schürz 2020-09-22 01:22:00 +02:00
parent 7563e0f76f
commit e93cccff70

View file

@ -85,6 +85,7 @@ agent-load-identity-keys () {
logdebug "agentfile: $agentfile" >&2
logdebug "agentsocket: $agentsocket" >&2
logdebug "ssh-identität: $ssh_identity" >&2
loginfo "SSH_ADD_OPTIONS: $SSH_ADD_OPTIONS"
fingerprints=( $(ssh-runinagent $agentfile "ssh-add -l|awk '{print \$2}'") )
for key in $(ls ${SSH_IDENTITIES_DIR}/${ssh_identity}|grep -v "pub$\|so$"); do