Skip to content

Commit 54f16ea

Browse files
authored
Format SSH command examples in systemvm.rst
Added code formatting for SSH command examples in the admin guide.
1 parent 9c488b1 commit 54f16ea

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

source/adminguide/systemvm.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,17 @@ System VMs running on ESXi, the key is stored on the management server at
177177
#. SSH to the 'Link Local IP Address' of the System VM from the Host on
178178
which the VM is running.
179179

180-
Format: ``ssh -i <path-to-private-key> <link-local-ip> -p 3922``
180+
Format:
181181

182-
Example: ``root@kvm01:~# ssh -i /root/.ssh/id_rsa.cloud 169.254.3.93 -p 3922``
182+
.. code:: bash
183+
184+
ssh -i <path-to-private-key> <link-local-ip> -p 3922
185+
186+
Example:
187+
188+
.. code:: bash
189+
190+
root@kvm01:~# ssh -i /root/.ssh/id_rsa.cloud 169.254.3.93 -p 3922
183191
184192
#. For ESXi Hypervisors
185193

0 commit comments

Comments
 (0)