Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ssh key path on VMware envs #347

Merged
merged 3 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/adminguide/systemvm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
~cloud/.ssh/id_rsa.


#. Find the details of the System VM
Expand Down Expand Up @@ -135,7 +135,7 @@ System VMs running on ESXi, the key is stored on the management server at

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
Example: root@management:~# ssh -i ~cloud/.ssh/id_rsa 172.16.0.250 -p 3922

Multiple System VM Support for VMware
-------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ msgstr ""

#: ../../administration_guide.rst:142
# f13f9e8ecc4148f18b10202f85506f55
msgid "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."
msgid "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 ~cloud/.ssh/id_rsa."
msgstr ""

#: ../../administration_guide.rst:144
Expand All @@ -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 ~cloud/.ssh/id_rsa 172.16.0.250 -p 3922"
msgstr ""

#: ../../administration_guide.rst:160
Expand Down