Improve TRAMP performance with SSH ControlMaster and persistent sockets

This commit is contained in:
Fabio Scotto di Santolo
2026-04-16 19:05:25 +02:00
parent f953141200
commit 5065c02930
5 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Host *
ControlMaster auto
ControlPath ~/.local/state/ssh/sockets/%r@%h-%p
ControlPersist 600
Compression yes
ServerAliveInterval 60
ServerAliveCountMax 3