Hello Linux Geeksters. As you may know, Gnome Connection Manager is an open source ssh connection manager for desktop environments using the GTK+ libraries: Gnome, Gnome Shell, Cinnamon, Mate, etc. It enables the users to easily perform multiple ssh connections, from a single windows, having support for tabs and vertical/horizontal screen split.

The latest version available is Gnome Connection Manager 1.1.0, which has been recently released. For more information, see the official changelog.
In this article I will show you how to install Gnome Connection Manager 1.1.0 on Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian and Kwheezy.
Because it is not available via any PPA, we have to download the deb package from the official site and install it with dpkg. Like this:
$ wget -c kuthulu.com/gcm/gnome-connection-manager_1.1.0_all.deb
$ sudo dpkg -i gnome-connection-manager_1.1.0_all.deb
$ sudo apt-get install -f