ssh: improve performance
This commit is contained in:
parent
97e2b95153
commit
e15e591d40
1 changed files with 16 additions and 0 deletions
16
common/.ssh/config
Normal file
16
common/.ssh/config
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue