To get to my machine in my office, at the moment I am doing this:
me@home:~$ ssh unix.university.com
me@unix:~$ ssh unix.department.univeristy.com
me@unix.department:~$ ssh office-machine.department.university.com
me@office-machine:~$ echo "This is very annoying"
Is there an easy way of automating this process, perhaps a single command that I can use at my end?