meta data for this page
This is an old revision of the document!
Remote login via SSH
ssh, the secure shell, is a way to establish a connection between two computers. In fact, you use it to login on a remote computer system, e.g. when you connect to our local computer system from home. Typically, you will have to provide a user name and a password to establish the connection. In our case, the authentication is done via a certificate that we provide you with at the beginning of the course1).
Things you need to have
ssh connections within the network
You do this if you want to access a computer that
- has more computer power
- has more RAM
- is less busy
than the one you are sitting one.
You need
- your username
- your password
- the name or the IP address of the computer you want to connect to
ssh connection from outside of the network
- an email with a zip archive containing the openssh certificate, a key and the password
- your user name in our system. The file name of the zip archive (without the ending .zip) should be your username2) in our system. Typically, this will follow one of the three naming schemes
- ecoevo01, ecoevo02, etc
- pbioc01, pbioc02, etc
- mbwt01, mbwt02, etc
Do you get the idea? It can happen that the zip file starts with something like 'ssh-' before your user name, then please ignore this in the steps further below.
If you are unsure that you got the right username, ask the tutors. Using the wrong name will give you quite some headaches further down…
- the unpacked zip archive containing the following files
- The IP address of our gateway: 141.2.46.150
How the login via ssh works
If you have all the information specified above at hand, proceed to the next steps
- SSH from a Windows machine
- SSH from Mac OS or Linux: Take a look at the following clip