aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authordaveti <daveti@cs.uoregon.edu>2017-06-16 16:58:44 -0400
committerdaveti <daveti@cs.uoregon.edu>2017-06-16 16:58:44 -0400
commita409f5ad5012801f5389d471f7a7c6006d5ca0da (patch)
tree9f45b9714f551bdbf852233ea21777ba9c72d5b7 /docs
parent619a2a82043f49ce71b233800ec9d36e6c93efe0 (diff)
fix the ssh port option in the doc
Diffstat (limited to 'docs')
-rw-r--r--docs/setup_linux-host_qemu-vm_arm64-kernel.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup_linux-host_qemu-vm_arm64-kernel.md b/docs/setup_linux-host_qemu-vm_arm64-kernel.md
index 11ffdebc1..2a08d4144 100644
--- a/docs/setup_linux-host_qemu-vm_arm64-kernel.md
+++ b/docs/setup_linux-host_qemu-vm_arm64-kernel.md
@@ -115,7 +115,7 @@ Open `/etc/ssh/sshd_config` and modify the following lines as shown below.
Reboot the machine, and ensure that you can ssh from host to guest as.
- $ ssh -i /path/to/id_rsa root@localhost -P10023
+ $ ssh -i /path/to/id_rsa root@localhost -p 10023
## Build syzkaller