Skip to content

Commit

Permalink
Add document
Browse files Browse the repository at this point in the history
  • Loading branch information
masasam committed Jan 25, 2019
1 parent d44b986 commit 2351956
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,47 @@ If you want to change initial directory when connecting with /sudo:root@localhos

(setq counsel-tramp-localhost-directory "/var")

## 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/**

[melpa-link]: http://melpa.org/#/counsel-tramp
[melpa-badge]: http://melpa.org/packages/counsel-tramp-badge.svg
[melpa-stable-link]: http://stable.melpa.org/#/counsel-tramp
Expand Down

0 comments on commit 2351956

Please sign in to comment.