Releases: masasam/emacs-counsel-tramp
Releases · masasam/emacs-counsel-tramp
Fix a bug that users who don't have docker installed cannot launch
Change to use built-in tramp when emacs 29
Enhancements
Change to use built-in tramp when emacs 29
0.7.5
Bug fix
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]:/
Add support for top-level sshconfig include
Enhancement
Add support for top-level sshconfig include
~/.ssh/config
Include conf.d/work
Include conf.d/personal
~/.ssh/conf.d/work
Host instance
HostName ************
User ************
Host archtest
HostName ************
User ************
Host debiantest
HostName ************
User ************
Host centostest
HostName ************
User ************
~/.ssh/conf.d/personal
Host myserver
HostName ************
User ************
Host myhost
HostName ************
User ************
Below is not support
~/.ssh/config
Include conf.d/**