Allow the use of ssh-agent connections
This commit is contained in:
parent
411fc4073b
commit
36a61d03dd
|
@ -3,6 +3,6 @@ Include config.d/*
|
||||||
Host *
|
Host *
|
||||||
ServerAliveInterval 120
|
ServerAliveInterval 120
|
||||||
ServerAliveCountMax 3
|
ServerAliveCountMax 3
|
||||||
IdentitiesOnly yes
|
# IdentitiesOnly yes
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue