use autossh for "persistence"
This commit is contained in:
parent
04cc114168
commit
922a25688c
3 changed files with 10 additions and 8 deletions
.ssh
|
@ -3,9 +3,11 @@ ServerAliveInterval 3
|
|||
ServerAliveCountMax 2
|
||||
ControlMaster auto
|
||||
ControlPath ~/.ssh/control:%h:%p:%r
|
||||
ControlPersist 1200
|
||||
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
|
||||
AddressFamily inet
|
||||
RequestTty yes
|
||||
PreferredAuthentications=publickey
|
||||
|
||||
Host dln-dev
|
||||
Hostname 10.1.100.16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue