...
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 :
| Anchor | ||||
|---|---|---|---|---|
|
Use one of the following to launch the powershell application:
...
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:
| Anchor | ||||
|---|---|---|---|---|
|
You will need 4 pieces of information to log into lonestar:
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
ssh ded@ls5.tacc.utexas.edu |
...
- click "Add a feature" near the top.
- On the subsequent screen you should see OpenSSH client listed there with an option to install it once you click it.
- Restart your computer once the installation is complete.
- Retry launching the powershell application and retry the ssh command from above.
Check for alternate powershell.exe programs:
...
If it returns a result, launch that instance of powershell and retry the ssh command from above.
Contact instructor via scheduled zoom time or email:
...
As alluded to above, it is a relatively recent change by Microsoft/windows to recognize the usefulness of having an ssh client built into the operating system. As such historically there are , multiple alternatives that exist for ssh clients. While the commands in this class will be centered around the powershell environment with OpenSSH enabled, in your future work you may decide to branch out into alternatives. If you are already familiar with an alternative program, you are encouraged to continue using it.
At the end of the class several alternatives will be listed here with links for your future consideration.
...