Accessing remote computers via ssh on Windows10
Overview:
Most Next Generation Sequencing (NGS) analysis is done via the command line with typed text commands rather than using Graphical User Interfaces (GUIs) that are more common in day to day computer use. Additionally, rather than analysis being confined to your personal computer/laptop it is often beneficial to access shared computer resources such as those at TACC. This is done via Secure Shell (SSH) programs. Windows10 began including an "OpenSSH Client" package first as an optional feature before enabling by default. Installation of this feature enables access to some key commands on the windows command line, or power shell application. If you are already experienced with logging into remote computers on the command line via other programs, it is recommended that you continue to us those programs, but please note support may be more limited.
Tutorial Objectives:
- Ensure "OpenSSH Client" is activated on your computer
- Launch powershell command line interface.
- Use ssh command to log into lonestar5 on TACC.
Launching powershell :
Use one of the following to launch the powershell application:
- hit the windows key on your keyboard and type out powershell
- On the start menu expand "Windows PowerShell"
In either case you may see 2 versions. 1 titled "Windows PowerShell" and 2 titled "Windows PowerShell (x86)". On my wife's computer, the "correct" one is the one that lacks the (x86). You may need to experiment with both by typing ssh and seeing what happens. In either case feedback to the instructor of what worked for you may help make this more straight forward for future students.
Use ssh command to log into lonestar5:
You will need 4 pieces of information to log into lonestar:
Your TACC userID
Hostname of the remote computer you are trying to log into
For this class the hostname will be "ls5.tacc.utexas.edu" for lonestar5.
Your TACC password
- You should have chosen this when you signed up for your account. You can reset your password here if you have forgotten it.
2 factor authentication code
This page describes the 2 factor authentication in general terms.
This will either be displayed on the TACC app if you choose to install it on your phone, or will be sent to your phone via a text message after you enter your password.
The ssh command:
The ssh command consists of 3 parts:
- The letters 'ssh' followed by a space.
- This is used to tell your computer what command you are trying to run.
- Your username followed by an @ symbol.
- This is used to tell the remote computer who is wanting access.
- The hostname/addre
Welcome to the University Wiki Service! Please use your IID (yourEID@eid.utexas.edu) when prompted for your email address during login or click here to enter your EID. If you are experiencing any issues loading content on pages, please try these steps to clear your browser cache. If you require further assistance, please email wikihelp@utexas.edu.