mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-18 06:39:16 +00:00
fix: incosistent naming
This commit is contained in:
parent
e992458a52
commit
c23a5b25e8
|
@ -81,7 +81,7 @@ To access your server's root shell you will have to generate your SSH key and ad
|
||||||
## How to access your server's root shell via SSH
|
## How to access your server's root shell via SSH
|
||||||
|
|
||||||
1. Open the terminal or Command Prompt.
|
1. Open the terminal or Command Prompt.
|
||||||
2. Run the following command, replacing `server_ip` with your server's domain:
|
2. Run the following command, replacing `server_domain` with your server's domain:
|
||||||
```bash
|
```bash
|
||||||
ssh root@server_domain
|
ssh root@server_domain
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue