improve output
This commit is contained in:
parent
759736f7d8
commit
99ded7a254
1 changed files with 2 additions and 2 deletions
|
@ -283,8 +283,8 @@ agent-load-identity-keys () {
|
|||
fi
|
||||
done
|
||||
fi
|
||||
logdebug "currently loaded keys after action:
|
||||
$(ssh-runinagent $agentfile ssh-add -l)"
|
||||
loginfo "currently loaded keys after action: $(ssh-runinagent $agentfile ssh-add -l|wc -l)"
|
||||
logdebug "$(ssh-runinagent $agentfile ssh-add -l)"
|
||||
else
|
||||
logwarn "ssh-identity $ssh_identity is not configured. Please create $identitydir and add keys"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue