Changes
Page history
Update Connecting With SSH
authored
Apr 30, 2024
by
Rachel Johnston
Show whitespace changes
Inline
Side-by-side
Connecting-With-SSH.md
View page @
ace77130
...
@@ -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.
...
...
...
...