2023-01-31 16:13:07 +00:00
|
|
|
Include config.d/*
|
|
|
|
|
2023-01-13 10:39:37 +00:00
|
|
|
Host *
|
|
|
|
User elitherl
|
|
|
|
AddKeysToAgent yes
|
|
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
|
|
ServerAliveInterval 15
|
|
|
|
ServerAliveCountMax 3
|
|
|
|
ControlMaster auto
|
|
|
|
ControlPath ~/.ssh/sockets/%r@%h:%p
|
2023-01-31 16:13:07 +00:00
|
|
|
ControlPersist 5s
|
2023-01-13 10:39:37 +00:00
|
|
|
ForwardX11Timeout 0
|