We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7806f61 commit 8588184Copy full SHA for 8588184
1 file changed
docs/linux-on-qemu.md
@@ -485,7 +485,7 @@ Next we can copy the program to the QEMU platform using the `scp` command.
485
scp -P 2222 hello virt@localhost:
486
487
# SSH to qemu to run the program
488
-ssh -P 2222 virt@localhost
+ssh -p 2222 virt@localhost
489
./hello
490
```
491
@@ -494,7 +494,7 @@ Example session:
494
495
$ scp -P 2222 hello virt@localhost:
496
hello 100% 11KB 1.2MB/s 00:00
497
-$ ssh -P 2222 virt@localhost
+$ ssh -p 2222 virt@localhost
498
_ __ __
499
| | /| / /__ / /______ __ _ ___
500
| |/ |/ / -_) / __/ _ \/ ' \/ -_)
0 commit comments