Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
doku:vsc2quickstart [2016/06/17 11:11] jzdoku:vsc2quickstart [2016/06/21 07:53] ir
Line 1: Line 1:
 ===== Login ===== ===== Login =====
  
- +  Login via SSH: <code>
-  Log in to your university's designated login server via SSH: <code>+
 ssh <username>@vsc2.vsc.ac.at ssh <username>@vsc2.vsc.ac.at
 </code> </code>
Line 34: Line 33:
 </code> </code>
 This address points to all three login servers l21, l22, or l23. By connecting to //<username>@vsc2.vsc.ac.at// you are assigned to one of these servers in round robin manner. This address points to all three login servers l21, l22, or l23. By connecting to //<username>@vsc2.vsc.ac.at// you are assigned to one of these servers in round robin manner.
- 
-If you have reason to directly connect to a dedicated login server, you may write 
-<code> 
-ssh <username>@l21.vsc.ac.at   
-... 
-ssh <username>@l23.vsc.ac.at   
-</code> 
-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 **o**ne **t**ime **p**assword (OTP; sms token which is sent to your mobile phone). This [[faq:account|OTP]] is an additional feature increasing the security of the cluster. 
- 
-=== Configuration of the ssh login === 
-  - 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>@vsc2.vsc.ac.at' will always ask for a password. 
-  - login with ssh-key + otp is only possible at port 27: ssh -p 27 <username>@vsc2.vsc.ac.at 
-  - 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. 
  
 ===== Mac ===== ===== Mac =====
  • doku/vsc2quickstart.txt
  • Last modified: 2014/11/25 08:50
  • by ir