Connect to On-Campus Computer using Secure Shell (SSH)
The university Virtual Private Network (VPN) is required in order to connect to an on-campus workstation. Additionally, you must also have the computer name and/or IP address of the workstation you would like to connect to.
How to Get your IP address
You must know your IP address or hostname prior to attempting to connect to your on-campus system remotely.
- Click on the Settings icon on the Ubuntu Dock
- In the Network window, select the connected network device
How to Connect to the VPN
You must install and configure the Cisco VPN client prior to attempting to connect to your on-campus system.
VPN Supported by University IT
GSU Instructional Innovation & Technology manages and supports the VPN network for the university. Information and support can be found at the Virtual Private Network web site.
Additional support may be found at:
- By Email: help@gsu.edu
- By Phone: 404-413-HELP (404-413-4357)
- On The Web: https://help.gsu.edu/
- In Person: Aderhold Learning Center, Concourse Level, Room 023
- A dark window with a command prompt will appear
- Type in
sudo apt install network-manager-openconnect-gnome
, then press ENTER
- Confirm installation of OpenConnect by typing
Y
, then Press ENTER
- In the Add VPN window…
- Under Name, type
GSU
- Under VPN Protocol, select Cisco AnyConnect
- Under Gateway, type
secureaccess.gsu.edu
- In the Connect to VPN window…
- Under Username, type your GSU Username
- Under Password, type your GSU Password
- You are now connected! To disconnect, turn off the VPN.
How to use Secure Shell (SSH)
- A dark window with a command prompt will appear
- Type in
ssh username@computer
, replacingusername
with your GSU Username andcomputer
with the IP Address or hostname of the on-campus workstation, then press ENTER
Example:jdoe23@10.50.123.45
- If this is your first time connecting, you may be asked to remember the key fingerprint. Type
yes
, then press ENTER
- You are connected! To disconnect, type
exit
.
Need Assistance?
This technology or service is under the support of the Computer Science department. If you are having any technical issues with the system, please consult your professor. You may also report an issue to the help desk.