Update Connecting With SSH authored by Devin's avatar Devin
......@@ -7,8 +7,6 @@ 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:
......@@ -18,15 +16,11 @@ Chances are, whatever machine you are on, it comes with SSH pre-installed. To ch
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:
- [OpenSSH Install Guide]( https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=gui )
<br>
# Installing the VPN
Follow this guide to install the VPN:
- https://web.engr.ship.edu/for-students/vpn-instructions/
# How to Connect
Before connecting to the server:
......@@ -48,8 +42,6 @@ Replace `username` and `example.com` accordingly, and you will be prompted for a
Once you're logged in, you can now run commands and manage the servers.
<br>
# Basic commands
- `ls` - lists files and folders
......@@ -57,17 +49,12 @@ Once you're logged in, you can now run commands and manage the servers.
- `cat <name>` - shows the contents of a file
- `nano <name>` - basic text editor, opens a file
<br>
# FRPG command
- `frpg` - shows the FRPG help menu
- `frpg up` - runs all the Docker containers
- `frpg down` - stops all the Docker containers
- `frpg compose ps` - list all the Docker containers
<br>
# Docker commands
To run commands within a Docker container, this format:
......
......