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