-
-
Notifications
You must be signed in to change notification settings - Fork 971
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
Have shell completion for kssh work the same as ssh #5322
Comments
If that's the completion you are getting for ssh that completion is |
I beg to differ. The |
You cannot specify arguments to ssh after the hostname. man ssh is your friend. Use kssh -i whatever and it will work fine. And I suggest you go open a bug report against |
|
and my completions work fine for ssh, but not for kssh. Hence me opening the issue here. |
Then report the bug to ssh since the way it parses its command line is ssh -h |
Is your feature request related to a problem? Please describe.
First off, I use zsh.
I would like command completion for kssh work the same as when I use ssh. For instance, when I start typing
kssh some.host -i ~/.ssh/
and hit , nothing happens. If I changekssh
tossh
then go to the end of the line and hit I get completion for the directories and files under~/.ssh
.Describe the solution you'd like
Have command completion for kssh work like that of ssh.
I've tried just doing
compdef _ssh kssh
but that did not help.The text was updated successfully, but these errors were encountered: