Register now and start sharing your code snippets.
-->
Significantly speed up consequent ssh connections to the remote host
Shell Script (Bash) posted 6 months ago by marko
Achieve major speed up of e.g scp tab completions or other consequent connections to the same server by using ControlMaster. Append these rows into ~/.ssh/config
1 Host * 2 ControlMaster auto 3 ControlPath ~/.ssh/.sock_%r@%h:%p