-
-
Notifications
You must be signed in to change notification settings - Fork 313
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 extension #89
Comments
I'd really like to have ssh at my fingertips but somehow its unclear to me how this extension should behave. First Synapse does not show anything for me. Kupfer just list the config entries on The known_hosts, hmm, well have you ever checked the file? If you use git over ssh a lot, the contents of this file are useless. The only use case I can imagine is if you have a hard to remember IP that you want to reconnect more often. However this use case may be covered by a selective history similar to the bash reverse search. The idea of this config entries is to match hosts to attach info if you connect to a host that matches that config entry. They are not necessarily hosts on their own, although most of us use them like that. Aside that I'd find it cool if I could connect to hosts that are not listed in the config or known hosts as well. And this one makes the whole thing somehow useless because it basically does nothing else but just open a terminal an run the command in the input box... What do you think? |
Okay just found out that ssh bash completion list only the hosts containing no wildcard characters {*,?}. Those are good candidates. I think making the known_host optional is a good idea. However I am not sure how to allow both quick connect and the predefined hosts. |
In v0.10 |
it would be great if albert get a ssh search module, just as like implemented in synapse or quicksilver (osx)
devops will definetly love to have following features implemented:
The text was updated successfully, but these errors were encountered: