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 incline.itservices.manchester.ac.uk (see here for others)
condor submitter.itservices.manchester.ac.uk
Zrek zrek.itservices.manchester.ac.uk
RDS SSH rds-ssh.itservices.manchester.ac.uk
SSH gateways nyx5.itservices.manchester.ac.uk
nyx6.itservices.manchester.ac.uk
nyx7.itservices.manchester.ac.uk

Last modified on August 30, 2019 at 8:50 am by George Leaver