Skip to content

Commit e63f94c

Browse files
authored
Merge pull request #61562 from apinnick/missing-command
Add missing command
2 parents fba171a + d6ab92e commit e63f94c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/virt-connecting-vm-secondarynw-using-fqdn.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ spec:
5656
<2> The namespace in which the `VirtualMachine` object is defined.
5757
<3> The name of the secondary network interface.
5858

59-
. Connect to the VM by using the following command:
59+
. Connect to the VM by using the `ssh` command:
6060
+
6161
--
6262
[source,terminal]
6363
----
64-
<interface_name>.<vm_name>.<namespace>.vm.<FQDN>
64+
$ ssh <interface_name>.<vm_name>.<namespace>.vm.<FQDN>
6565
----
6666

6767
where:
@@ -75,5 +75,5 @@ where:
7575
.Example
7676
[source,terminal]
7777
----
78-
nic1.vm-test-sec-dns.secondary-test.vm.openshift.example.com
78+
$ ssh nic1.vm-test-sec-dns.secondary-test.vm.openshift.example.com
7979
----

0 commit comments

Comments
 (0)