ssh prompt like Xmonad.Prompt.Ssh
Is there a way to implement an ssh prompt, similar to Xmonad.Prompt.Ssh (sorry can't post a link)?
The way it works in Xmonad, is that when you press the key binding, you get a prompt, like dmenu, in which you type in a name of a host, and when you press <enter> you get a terminal with ssh to that host.
Very useful when working a lot with remote machines, saves the trouble of openning a shell and calling 'ssh <host>'
I guess one could come up with a script that parses .ssh/config, and calls dmenu on it, but I'm wondering if there's already something like that out there