From b17b0191f7a96be44393743aa087f99e9d1ff7fd Mon Sep 17 00:00:00 2001 From: "L.S. Cook" Date: Tue, 13 Sep 2016 15:02:26 -0700 Subject: [PATCH] fix doc bug on vm-kvm.rst - port 10022 in start_qemu.sh Signed-off-by: L.S. Cook --- source/vm-kvm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/vm-kvm.rst b/source/vm-kvm.rst index 56fb6249..fa89a276 100644 --- a/source/vm-kvm.rst +++ b/source/vm-kvm.rst @@ -23,7 +23,7 @@ with this line:: Now you may connect from host via SSH through 2223:: - $ ssh -p 2223 root@localhost + $ ssh -p 10022 root@localhost Alternatively, there are a few other ways to approach this.