Custom Terminals for SSH in Gnome Ubuntu

This is post is now quite old and the the information it contains may be out of date or innacurate.

If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub

If you manage a few servers, you might often find yourself with a few terminal windows open and it can get tricky to remember which terminal window is which.

To make this a lot easier you can create a custom terminal launcher for your panel and make it use a custom terminal colour scheme and profile and also make it automatically log into the server in question via SSH so it really is either that server or nothing (unless you exit but keep the terminal window open for some reason).

For your production server for example you might do the following:

Open up a terminal and create a new profile by selecting Edit->Profiles then hit the ```new button and create a profile called “Production”. Customise it to suit.

To create a new launcher, right click your panel and select “Add to Panel”

Then click “Custom Application Launcher”

For the name, call it something obvious like “Production”

The command should be like this:

[code] gnome-terminal –window-with-profile=Production –command=“ssh username@server.com”

```

Now choose a nice icon by clicking the springy icon that is default and navigate around till you find one you like.

Save the launcher and try clicking it, it should automatically use the special colour scheme you set and should also either log you straight into SSH (if you are using SSH Keys) or will give you the password prompt.

Never be confused again!


Tags: ubuntucustomsshterminalgnomeprofile