PhoroLinux

How To Install SSHMenu on Ubuntu 7.10 Gutsy Gibbon

October 16th, 2007 · Posted by Toor · 2 Comments

SSHMenu is a very cool GNOME panel applet. With SSHMenu, you can keep SSH connections and quick access SSH. This how to shows how you can install the latest version of SSHMenu on Ubuntu 7.10 Gutsy Gibbon.

1. Edit your sources.list file:

sudo gedit /etc/apt/sources.list

2. Add this line:

deb http://sshmenu.sourceforge.net/debian stable contrib

3. Save file and close gedit.

4. Import GPG key:

gpg --keyserver subkeys.pgp.net --recv-keys 4CC00851
gpg --export --armor 4CC00851 | sudo apt-key add -

5. Now update:

sudo apt-get update

6. Install SSHMenu:

sudo apt-get install sshmenu-gnome

7. Right-clicking on the GNOME panel and selecting Add to Panel. Then select SSH Menu Applet from Utilities and click Add button.

SSHMenu

Click to enlarge

If you like this post, please consider buying me a beer.

Tags: Ubuntu · How-Tos · Cool Apps

2 responses so far ↓

  • 1 Stephen // Oct 23, 2007 at 9:17 am

    The theme on your screenshots looks nice. Where to get it?

  • 2 toor // Oct 23, 2007 at 8:31 pm

    @Stephen: This theme is Glossy (included in GNOME 2.20).

Leave a Comment