I have a ssh shortcut I use a lot, and I made a script for it. It got annoying to open a terminal, then run my script. I added it to my ubuntu panel by using a custom appliction launcher then use this as the command to run:
gnome-terminal -x /path/to/script
Now it opens a new session, and runs my ssh command, getting me straight into my dev machine.