This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a commit to branch fix-sshkey-path-vmware in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
commit 8df1acec39d1d3e8fee9e783ebcd8e5b48af9508 Author: Pearl Dsilva <[email protected]> AuthorDate: Mon Sep 18 14:07:54 2023 -0400 Update ssh key path on VMware envs --- source/adminguide/systemvm.rst | 2 +- source/conceptsandterminology/locale/pot/administration_guide.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/adminguide/systemvm.rst b/source/adminguide/systemvm.rst index fa5ea9d..0f27be3 100644 --- a/source/adminguide/systemvm.rst +++ b/source/adminguide/systemvm.rst @@ -103,7 +103,7 @@ Accessing System VMs over the network requires the use of private keys and connecting to System VMs SSH Daemon on port 3922. XenServer/KVM Hypervisors store this key at /root/.ssh/id_rsa.cloud on each CloudStack agent. To access System VMs running on ESXi, the key is stored on the management server at -/var/lib/cloudstack/management/.ssh/id_rsa. +/var/cloudstack/management/.ssh/id_rsa. #. Find the details of the System VM diff --git a/source/conceptsandterminology/locale/pot/administration_guide.pot b/source/conceptsandterminology/locale/pot/administration_guide.pot index 9d0aa3b..b13fbcb 100644 --- a/source/conceptsandterminology/locale/pot/administration_guide.pot +++ b/source/conceptsandterminology/locale/pot/administration_guide.pot @@ -397,7 +397,7 @@ msgstr "" #: ../../administration_guide.rst:156 # dcc9b190ecda432bbde1662354d32bef -msgid "Format: ssh -i <path-to-private-key> <vm-private-ip> -p 3922 Example: root@management:~# ssh -i /var/lib/cloudstack/management/.ssh/id_rsa 172.16.0.250 -p 3922" +msgid "Format: ssh -i <path-to-private-key> <vm-private-ip> -p 3922 Example: root@management:~# ssh -i /var/cloudstack/management/.ssh/id_rsa 172.16.0.250 -p 3922" msgstr "" #: ../../administration_guide.rst:160
