From c23a5b25e8b1594577e5116e191fb89c50538b04 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Fri, 25 Aug 2023 14:13:26 +0300 Subject: [PATCH] fix: incosistent naming --- content/en/docs/How To Guides/root_ssh/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```