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

[Tracking] SSH completion #4345

Open
22 of 27 tasks
apjanke opened this issue Sep 11, 2015 · 4 comments
Open
22 of 27 tasks

[Tracking] SSH completion #4345

apjanke opened this issue Sep 11, 2015 · 4 comments
Labels
Topic: completion Pull Request or issue regarding completion

Comments

@apjanke
Copy link
Contributor

apjanke commented Sep 11, 2015

Issues related to completion for ssh and related commands.

Issues

Pull Requests

Topics

ssh_config hosts

A lot of these have to do with hosts defined in the ~/.ssh/config and /etc/ssh_config files not showing up as options for completion. Zsh's own _ssh completion definition has code that reads hosts from ~/.ssh/config, so it seems like they intend for it to be there by default. But it's not showing up for a lot of people, me included. We need to figure this out, to avoid thrashing on this topic.

@moul
Copy link
Contributor

moul commented Nov 30, 2015

You can check #4162 and #2707

@apjanke
Copy link
Contributor Author

apjanke commented Nov 30, 2015

#4162 and #2707 look like they're still open (though #4162 has an associated PR merged). I'd rather wait until they get closed out before checking them off.

@moul
Copy link
Contributor

moul commented Dec 1, 2015

Sorry I meant #4162 (now closed) and #3321 instead of #2707

Both are now closed :)

@EugenMayer
Copy link

One of the reasons hosts do not show up is known_hosts - if you delete it, a lot more hosts will be shown for config - i guess the keyword search is limited to a specific number of hits and probably parses known_hosts first, now showing the ssh/config ones at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Topic: completion Pull Request or issue regarding completion
Projects
Status: Backlog
Development

No branches or pull requests

4 participants