-
-
Notifications
You must be signed in to change notification settings - Fork 678
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
Case-sensitive ssh completion #644
Comments
Because the oh-my-bash/completions/ssh.completion.sh Line 48 in 410b6c9
Actually, there are many places to improve our |
If you already have |
Thanks. I've edited the code in ssh.completion.sh to allow different cases for 'host': #645 Never really contributed code by Git earlier, so please tell if I've done this incorrect. :) |
Don't worry. You are on the right path. |
I had trouble getting ssh-completion to work with hosts defined in .ssh/config
Until I changed the syntax from 'host myhost' to 'Host myhost'.
Why is it case-sensitive, when ssh-config is not?
The text was updated successfully, but these errors were encountered: