mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Improve TRAMP performance with SSH ControlMaster and persistent sockets
This commit is contained in:
7
dotfiles/desktop/.ssh/config
Normal file
7
dotfiles/desktop/.ssh/config
Normal file
@@ -0,0 +1,7 @@
|
||||
Host *
|
||||
ControlMaster auto
|
||||
ControlPath ~/.local/state/ssh/sockets/%r@%h-%p
|
||||
ControlPersist 600
|
||||
Compression yes
|
||||
ServerAliveInterval 60
|
||||
ServerAliveCountMax 3
|
||||
Reference in New Issue
Block a user