change debug to logging
This commit is contained in:
parent
056b632204
commit
86a9254b25
1 changed files with 2 additions and 2 deletions
|
@ -369,10 +369,10 @@ ssh-runinagent () {
|
|||
}
|
||||
|
||||
if [ $SSH_TTY ] ; then
|
||||
echo remote >&2
|
||||
logdebug "run with forwarded ssh-agent"
|
||||
res=1
|
||||
else
|
||||
echo local >&2
|
||||
logdebug "run with local ssh-agent"
|
||||
agent-start-or-restart $ssh_identity
|
||||
! $createonly && agent-load-identity-keys $ssh_identity
|
||||
res=0
|
||||
|
|
Loading…
Reference in a new issue