Add support controlmaster paths
Enhancements
Add support controlmaster paths.
You can use it as follows.
(setq helm-tramp-control-master t)
Set ~/.ssh/config as below
Host *
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
ControlPersist 30m
ForwardAgent yes
ServerAliveInterval 60
Execute the ssh command as follows
~/.ssh/[email protected] will be generated automatically.
Even if there is no connection setting in ~/.ssh/config, counsel-tramp can complement like bellow.
/ssh:[email protected]:
/ssh:[email protected]|sudo:[email protected]:/