Connecting from a Linux or MAC PC/laptop
All user connections to CIR systems are by means of an SSH client. Linux and OS-X users will be able to login using ssh, which comes with all popular distributions of Linux and with OS-X, from a Terminal program:
- On a Mac: Go > Utilities > Terminal
- On Linux (gnome): Applications > System Tools > Terminal
From the terminal program, to connect to the CSF, for example:
ssh username@csf3.itservices.manchester.ac.uk
#
# ...replacing username with your username (e.g., mpqrxyz8)
# ...replacing csf3 with one of the hostnames below if required
at the command-line.
If you intend to use GUI programs on the CSF (e.g., gedit which is a simple text editor similar to Notepad on windows) then you should use:
ssh -X username@csf3.itservices.manchester.ac.uk
#
# UPPERcase X !!
Mac users will need to install XQuartz before using this method.
To access other Linux-based CIR system on which you have been given an account simply replace any occurrences of
csf3.itservices.manchester.ac.uk
with the hostname of the system you wish to access, for example:
| System | Hostname used for access |
|---|---|
| CSF | csf3.itservices.manchester.ac.uk |
| iCSF | All servers in iCSF are 32-core 2TB nodes. So these address all take you to the same set of servers now.incline.itservices.manchester.ac.ukincline256.itservices.manchester.ac.ukincline2000.itservices.manchester.ac.uk |
| condor | submitter.itservices.manchester.ac.uk |
| RDS SSH | rds-ssh.itservices.manchester.ac.uk |
| SSH gateways | nyx5.itservices.manchester.ac.uknyx6.itservices.manchester.ac.uknyx7.itservices.manchester.ac.uk |
