If you need to access the FRPG server, you will need to connect to it via an SSH tunnel.
You will need two programs installed on your machine:
- An SSH program
- The school's VPN (if you are not connected to a campus network)
<br>
# Installing SSH
Chances are, whatever machine you are on, it comes with SSH pre-installed. To check if this is true for your machine, do the following:
- Open a command prompt or terminal
- Type `ssh` and hit enter
If you get a message like "`'ssh' is not recognized as an internal or external command, operable program or batch file`", then you do not have an installed. Follow the guide here to install it: