As a university student, I am allowed to access my schools computers to work from home. However, it get there, i have to SSH to the university's general server, then SSH to the CIS departments server.
What I am trying to do is have access to the files on the CIS server that I can work on with a graphical text editor like gEdit.
In otherwords, I need to:
ssh general.server.com -l username
then
ssh cis.server.com
and I want cis.server.com to be mounted.
Any help would be greatly appreciated.