Accessing Super Computing Machines

Procedure to Login

Accessing Supercomputing Machines

Users should use a SSH client to log in to our machines. Unencrypted methods such as telnet, rlogin, and XDM are NOT allowed for accessing our machines. Any SSH client will typically require the user to supply the name or IP address of the machine to which access is sought, as well as a username and a password, before granting access. The interface may differ from platform to platform (PC based clients typically have GUIs while Unix based clients may not).

SSH (Secure SHell) clients provide essentially the same functionality as telnet clients but encrypt network traffic between the user’s machine and the remote machine. SSH is therefore secure against snooping and is the recommended method of connecting to our machines. SSH clients may not be installed by default on all systems but many free implementations are available for download from the Internet.

You should also get into the habit of using secure copy (SCP – a companion program often bundled with ssh) instead of the traditional ftp utility to transfer files. SCP is more flexible than ftp in that it allows you to transfer directories from one machine to another in addition to just files. There are SCP graphical user interfaces for Windows and for Macs.

If you wish to run programs with graphical interfaces on one of our machines and have it display on your workstation, you will need to have a X11 server or X11 server emulator running on your workstation.

Instructions for using SSH with our systems are listed below for each operating system:

VIRGO USERS

Window’s User:

  1. Please install SSH client from ftp://ccftp.iitm.ac.in/ssh/SSHSecureShellClient-3.2.9.exe on

your local system.

  1. Click on the SSH secure shell client icon.

  2. Please click the Quick Connect Button.

  3. Please enter the following details:

  • Hostname: virgo.iitm.ac.in
  • Username:
  • Click on connect, it will prompt for password, and then enter your respective password.

Linux Users:

  1. Open the Terminal, and type
  • ssh @virgo.iitm.ac.in
  • It will prompt for password, enter your respective password.
  • After successful login, You are on to your home directory.

GNR USERS

Window’s User:

  1. Please install SSH client from < ftp://ccftp.iitm.ac.in/ssh/SSHSecureShellClient-3.2.9.exe > on

your local system.

  1. Click on the SSH secure shell client icon.

  2. Please click the Quick Connect Button.

  3. Please enter the following details:

    Hostname: gnr.iitm.ac.in Username: Click on connect, it will prompt for password, and then enter your respective password.

Linux Users:

  1. Open the Terminal, and type
  • ssh @gnr.iitm.ac.in
  • It will prompt for password, enter your respective password.
  • After successful login, You are on to your home directory.