For the time being, though, this just looks like a lightweight editor for ssh_config.
A command line tool to manage your ssh connections
21–30 of 33 posts
Re: A command line tool to manage your ssh connections
#22I can see this being useful if you have lots of keys and the server kicks you when you try too many of them, but in theory you really shouldn't need more than one key. http://www.funtoo.org/wiki/Keychain
slightly exaggerated: by that logic only one password should also be enough.
Re: A command line tool to manage your ssh connections
#23So, not for us. We can move along and be happy someone else is taking care of those people.
Re: A command line tool to manage your ssh connections
#24What does this add over just editing ~/.ssh/config with $EDITOR?
Very nice work
Re: A command line tool to manage your ssh connections
#25I can see this being useful if you have lots of keys and the server kicks you when you try too many of them, but in theory you really shouldn't need more than one key. http://www.funtoo.org/wiki/Keychain
slightly exaggerated: by that logic only one password should also be enough.
Re: A command line tool to manage your ssh connections
#26I'm actually working on a web-based gui for managing ssh configs and I'm likely to switch to python and reuse some of this
Re: A command line tool to manage your ssh connections
#27Re: A command line tool to manage your ssh connections
#28Very cool. I'd love to actually set this up with some scripts as a way to manage server migrations or new servers I'm actually working on a web-based gui for managing ssh configs and I'm likely to switch to python and reuse some of this
loading and dumping ssh configs would be tricky. let me know if you need further assistance.
Re: A command line tool to manage your ssh connections
#29Re: A command line tool to manage your ssh connections
#30I hate to be snarky but having read through the code this really isn't a big thing. It's a tool for people that can't use .ssh/config. Manage your SSH like a boss? Perhaps, but only in the pointy-haired can't-read-man-ssh_config boss sense of the word. For those that don't want to install a script and would prefer to understand the tools they already have try this: http://nerderati.com/2011/03/simplify-your-life-with…
There are a lot of tools like that for years. like; - managing /etc/hosts - managing crontab It's just a preference to do it with a command line tool, or just doing it in the config with editor.