ssh: fix ssh_config for backupper server
This commit is contained in:
parent
957a1423a7
commit
43edb54fe4
1 changed files with 6 additions and 1 deletions
|
@ -1,10 +1,15 @@
|
|||
Host server155.tralios.de
|
||||
ControlMaster no
|
||||
ControlPersist no
|
||||
ControlPath none
|
||||
|
||||
Host *
|
||||
ServerAliveInterval 60
|
||||
ConnectTimeout 10
|
||||
AddKeysToAgent ask
|
||||
EscapeChar `
|
||||
ControlMaster auto
|
||||
ControlPersist 10m
|
||||
ControlPersist 3h
|
||||
ControlPath ${XDG_RUNTIME_DIR}/%C
|
||||
|
||||
Match all
|
||||
|
|
Loading…
Add table
Reference in a new issue