1
0
Fork 0

ssh: improve performance

This commit is contained in:
Luca Bilke 2024-11-14 13:28:27 +01:00
parent 97e2b95153
commit e15e591d40
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5

16
common/.ssh/config Normal file
View file

@ -0,0 +1,16 @@
Host *
ServerAliveInterval 60
ConnectTimeout 10
AddKeysToAgent ask
EscapeChar `
ControlMaster auto
ControlPersist 10m
ControlPath ${XDG_RUNTIME_DIR}/%C
Match all
Include config_host
# BEGIN ANSIBLE MANAGED BLOCK
Match all
Include config_tralios
# END ANSIBLE MANAGED BLOCK