| Table of Contents |
|---|
...
| Expand | ||
|---|---|---|
| ||
If your Windows version does not have ssh in Command Prompt or PowerShell:
More advanced options for those who want a full Linux environment on their Windows system:
|
From now on, when we refer to "Terminal", it is either the Mac/Linux Terminal program, Windows Command Prompt or PowerShell, or the PuTTY program.
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
ssh <your_TACC_userID>@ls6.tacc.utexas.edu # For example: ssh abattenh@ls6.tacc.utexas.edu # If you get an error "Corrupted MAC on input", login as shown below # instead, adding the -m hmac-sha2-512 option. # This may be needed because TACC very recently updated their # security ciphers, causing the error ssh -m hmac-sha2-512 abattenh@ls6.tacc.utexas.edu |
- Answer yes to the SSH security question prompt
- this will only be asked the 1st time you access ls6
- Enter the password associated with your TACC account
- for security reasons, your password characters will not be echoed to the screen
- Get your 2-factor authentication code from your phone's MFA app (usually DUO), and type it in
| Expand | ||
|---|---|---|
| ||
If you're using PuTTY as your Terminal from Windows:
|
...