Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH server-name autocompletion should prefer .ssh/config #23

Open
miohtama opened this issue Feb 7, 2013 · 2 comments
Open

SSH server-name autocompletion should prefer .ssh/config #23

miohtama opened this issue Feb 7, 2013 · 2 comments

Comments

@miohtama
Copy link
Owner

miohtama commented Feb 7, 2013

When you now autocomplete server names like:

 ssh yourserv[tab]

It autocompletes to:

ssh yourserver.company.com 

However if you have the matching key in .ssh/config yourserver you want to hit it first. This is because SSH config entry have username, agent forward, etc. related configured.

@ztane
Copy link
Collaborator

ztane commented Feb 7, 2013

it DOES complete from config, but also it does not even show the completions on menu before you type... Also I think it depends on whether or not you have encrypted the knownhosts file...

@ztane
Copy link
Collaborator

ztane commented Feb 19, 2013

did I fix that btw?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants