SSH
From Support
SSH is the way you will most likely interact with the servers operated by Netsoc (Spoon, Matrix and friends). You can connect to the servers from within college and from outside. The way you actually use SSH will depend on the type of computer you're using.
Contents |
[edit]
Windows
You'll probably want to use PuTTy. Instructions are on a seperate page.
[edit]
Mac
- Open Terminal.app (it's in Utilities in Applications).
- Type ssh yourusername@login.netsoc.tcd.ie and press return.
- Type yes and hit return if any warnings appear.
- Enter your Netsoc password and hit return when it is requested.
[edit]
Linux
- Open a Terminal in the usual way for your Linux machine.
- Type ssh yourusername@login.netsoc.tcd.ie and press return.
- Type yes and hit return if any warnings appear.
- Enter your Netsoc password and hit return when it is requested.
[edit]
