Windows AccessWindows systems do not have any built-in support for using SSH, so you will have to download a software package to do so. There are several available for Windows workstations. Free SSH clients are available for download from the University of Arizona's Site License website. PuTTYPuTTY is the most popular open source SSH Windows client. To use it: download, install, and open the Putty client. Next, open a connection and enter hpc.arizona.edu under Host Name and press Open
This will open a terminal. At the prompt, enter the following, replacing <netid> with your own NetID: Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
| Login as: <netid> |
You will then be prompted to Duo-Authenticate. If the process is successful, you will be connected to the bastion host. MobaXtermMobaXterm is another available SSH Windows client. To connect to HPC, download and install MobaXterm, open the software, select Session → SSH and enter hpc.arizona.edu under Remote host. Next, select the box next to Specify username and enter your UArizona NetID. To connect, click OK at the bottom of the screen:
This will open a terminal and will prompt you for your UArizona password. You will then need to Duo-authenticate. If everything is successful, you will be connected to the bastion host.
|