From 9d131e3c0d673886f247acb6868f3599025603df Mon Sep 17 00:00:00 2001 From: Dan I Date: Sat, 8 Feb 2025 15:16:23 +0200 Subject: [PATCH] DEV-1 SSH Auth install guide id_rsa.pub path doc fix --- source/installguide/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installguide/configuration.rst b/source/installguide/configuration.rst index 63c07f0bb0..1761046351 100644 --- a/source/installguide/configuration.rst +++ b/source/installguide/configuration.rst @@ -493,7 +493,7 @@ Basic Zone Configuration Before adding the host in CloudStack do the following, - - Copy the SSH public key from /var/cloudstack/management/.ssh/id_rsa.pub on the management server + - Copy the SSH public key from /var/lib/cloudstack/management/.ssh/id_rsa.pub on the management server - Add the copied key to /root/.ssh/authorized_keys file on the host Select "System SSH Key" and proceed with next steps.