...
SSH for Windows
Clients
Windows Powershell
SSH command:
ssh username@login1username@aloe.asre.rc.asu.edu
Replace "username" with your WINEDS username and set the remote host as "oodaloe.asre.rc.asu.edu" enter your password
Accept the DUO connection prompt
PuTTY
Create a new connection
Click on Open and input your WINEDS username and password
Accept the DUO connection prompt
Mac
The Mac OS has an SSH client built-in
Open Terminal:
You can find Terminal in the Applications > Utilities folder or use Spotlight (Cmd + Space, then type "Terminal").
To connect to a Aloe, use the following command:
ssh username@oodusername@aloe.asre.rc.asu.edu
Replace "username" with your WINEDS username and set the remote host as "oodaloe.asre.rc.asu.edu" enter your password
After pressing Enter, you'll receive a prompt from DUO
Accept the DUO prompt:
You should be connected to the Aloe login node
Linux
Virtually every Linux distribution includes an SSH client
The process for Linux is very similar to a Mac. You have to open a terminal window from which the SSH client will be launched then follow the same info above.
...