diff --git a/content/en/docs/How To Guides/root_ssh/_index.md b/content/en/docs/How To Guides/root_ssh/_index.md index 1cf45ec..89e1af5 100644 --- a/content/en/docs/How To Guides/root_ssh/_index.md +++ b/content/en/docs/How To Guides/root_ssh/_index.md @@ -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 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 ssh root@server_domain ```