add output
This commit is contained in:
parent
7563e0f76f
commit
e93cccff70
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue