meta data for this page
This is an old revision of the document!
How to use SSH on Windows
Using MobaXterm
- Download the zip file from the mail you received.
- Unpack zip file to a place that you will find again. It contains the openssh key, a .pub document and a textfile with the password you will need later
- Download the MobaXterm installer here and follow its instructions
- Start MobaXterm with the Desktop shortcut or from your startbar
- At the 'Find existing session or server name' prompt enter “nameOfYourZipFile”@141.2.46.150 (everyone has to use a different identifier after the mbwt part!! Check the identifier we appended to your student area to see which one you should use)
- Click on new session
- Select SSH as the connection type
- Click on the advanced settings register
- Check the 'Use private key' box and use the little file icon to browse to your openssh key
- Click on okay and enter the password from the folder with the ssh key. (Anything you type or paste here will not be visible for safety reasons. Just press enter after you typed the password or alternatively paste the password by right-clicking into the terminal one time).
- Now you are inside of your home directory inside our computer environment. You can navigate through here using the bash commands you learned in the bootcamp
- You can open new registers any time to browse your local computer in a linux environment
- paths of your windows environment should follow the pattern
/mnt/c/Users/name/Desktop/
- When you open MobaXterm the next time, you can use the existing session for easy access
IMPORTANT: After you gained access to our computer system, you should see a terminal displaying something like this:
mbwt21@gateway:~$
Since we don't want to use the general @gateway environment for any computations, we need to access the computers in our student pool room. You should have received a computer name via email. You can access this computer by typing:
ssh pool??
You should see something like this:
mbwt21@pool??:~$
Be sure to change the question marks to the digits from the identifier you received via email. Now, all computations will run with the hardware of our computer environment (and not from your home PC).
Also, check out this video about the usage of mobaXterm .