sciancio / connectionmanager2

Simple GUI app for Gnome 3 that provides a menu for initiating SSH/Telnet connections
60 stars 45 forks source link

read ssh-config from ~/.ssh/config #9

Closed brot closed 12 years ago

brot commented 12 years ago

The ssh configuration should be read/write from/to ~/.ssh/config, so this configuration could also be used for the ssh command line client or any other program which uses this configuration.

So this also had the advantage that ssh connections should be already configured if a ~/.ssh/config file exists when starting connectionmanager for the first time

divingpenguin commented 12 years ago

Yes this would be very useful.

Another idea is an ex- and import of the connections.

sciancio commented 12 years ago

Hi,

I have upload a new version (0.4) with ssh config import functionality. You can try it downloading from github (in Gnome Shell Extension site there is still old version).

Any feedback is appreciate :)