Skip to content

Add support controlmaster paths

Compare
Choose a tag to compare
@masasam masasam released this 15 Jun 09:27
· 20 commits to master since this release

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.