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
|
if [ $SSH_TTY ] ; then
|
||||||
echo remote >&2
|
logdebug "run with forwarded ssh-agent"
|
||||||
res=1
|
res=1
|
||||||
else
|
else
|
||||||
echo local >&2
|
logdebug "run with local ssh-agent"
|
||||||
agent-start-or-restart $ssh_identity
|
agent-start-or-restart $ssh_identity
|
||||||
! $createonly && agent-load-identity-keys $ssh_identity
|
! $createonly && agent-load-identity-keys $ssh_identity
|
||||||
res=0
|
res=0
|
||||||
|
|
Loading…
Reference in a new issue