SSH is the recommended method of remotely connecting to Linux machines on campus. This page walks through the syntax for connecting to Linux machines via SSH.
Create a step-by-step guide:
Connect to the TAMU Network:
If you are on campus, connect to the Wi-Fi network TAMU_WiFi or eduroam
If you are off campus, connect to your local Wi-Fi network. Open the Cisco AnyConnect VPN application and log in with your NetID and password.
Open a terminal in your respective OS
Powershell or Command Prompt on Windows
Terminal on MacOS or Linux
Use the following command syntax to connect to a remote Linux server
ssh <netID>@<hostname> |
Enter “yes” at the following prompt:
The authenticity of host '<host>' can't be established. ECDSA key fingerprint is SHA256:<####>. Are you sure you want to continue connecting (yes/no/[fingerprint])? |
Enter your netID password
Once the session is open, ls
should list the contents of your home directory.
Highlight important information in a panel like this one. To edit this panel's color or style, select one of the options in the menu below. |
The content by label feature displays related articles automatically, based on labels you choose. To edit options for this feature, select the placeholder below and tap the pencil icon.
|