Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

...

ssh is an executable program that runs on your local computer and allows you to connect securely to a remote computer. We're going to use ssh to access the Stampede2 stampede2 compute cluster at TACC, where the remote host name is 5stampede2stampede2.tacc.utexas.edu.

On Macs or Linux, you run ssh from a Terminal window. To invoke a Linux Terminal window if you have the Windows subsystem for Linux installed, double-click on the icon for the Linux distribution you installed (e.g. Ubuntu).

...

Code Block
languagebash
titleSSH to access lonestar5 at TACC
ssh <your_TACC_userID>@ls5userID>@stampede2.tacc.utexas.edu
  • Answer yes to the SSH security question prompt
  • Enter the password associated with your TACC account
  • Wait for your 2-factor authentication code to arrive via SMS or app, then type it in

...