The most recent version of this page is a draft.DiffThis version (2016/06/16 10:51) is a draft.
Approvals: 0/1
The Previously approved version (2014/11/25 08:50) is available.Diff

This is an old revision of the document!


  1. Log in to your university's designated login server via SSH:
    ssh <username>@vsc2.vsc.ac.at
  1. Transfer your programs and data/input files to your home directory.
        scp <filename> <username>@vsc.univie.ac.at:~/
        
  2. (Re-)Compile your application. Please use the latest “Intel” MPI-Environment as described in MPI Environment.

Here you may find how to connect from Windows.

If you have reason to directly connect to a dedicated login server, you may write

ssh <username>@l31.vsc.ac.at  
...
ssh <username>@l35.vsc.ac.at  

This can be used for troubleshooting. E.g., in order to resolve specific questions, it may be useful that the support team can test your jobs on the same login server as you.

Two factor authentication

As usual, you will then be asked to type your password.

In addition, you will be asked for your one time password (OTP; sms token which is sent to your mobile phone). This OTP is an additional feature increasing the security of the cluster.

Configuration of the ssh login

  1. port 22 is open only for login with password and one-time-password (otp). Since port 22 is the default ssh port, stating a 'ssh <username>@vsc3.vsc.ac.at' will always ask for a password.
  2. login with ssh-key + otp is only possible at port 27: ssh -p 27 <username>@vsc3.vsc.ac.at
  3. currently the lifetime of the otp is set to 12 hours, ie. every 12 hours a new otp has to be entered. All logins in between will not require an otp.
  • doku/vsc2quickstart.1466074291.txt.gz
  • Last modified: 2016/06/16 10:51
  • by ir