Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pearl1594 authored and DaanHoogland committed Dec 6, 2023
1 parent 1f48102 commit af7bc7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/adminguide/systemvm.rst
Original file line number Diff line number Diff line change
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 @@ -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/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

0 comments on commit af7bc7a

Please sign in to comment.