Update Connecting With SSH authored by Rachel Johnston's avatar Rachel Johnston
......@@ -31,14 +31,13 @@ You will need some information to login:
- Username
- Server address (like `example.com`)
- Password
- 2FA token
You can get this information from Dr. Wellington.
The SSH command, generally, to connect to a remote server looks like this:
- `ssh username@example.com`
Replace `username` and `example.com` accordingly, and you will be prompted for a password, then a 2FA token.
Replace `username` and `example.com` accordingly, and you will be prompted for a password.
Once you're logged in, you can now run commands and manage the servers.
......
......