aboutsummaryrefslogtreecommitdiffstats
path: root/docs/setup_linux-host_qemu-vm_arm64-kernel.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-06-17 08:57:48 +0200
committerGitHub <noreply@github.com>2017-06-17 08:57:48 +0200
commit9c23d9dfe44e57b6c73034585dcd0439b74b3ebb (patch)
tree9f45b9714f551bdbf852233ea21777ba9c72d5b7 /docs/setup_linux-host_qemu-vm_arm64-kernel.md
parent619a2a82043f49ce71b233800ec9d36e6c93efe0 (diff)
parenta409f5ad5012801f5389d471f7a7c6006d5ca0da (diff)
Merge pull request #237 from daveti/master
fix the ssh port option in the doc
Diffstat (limited to 'docs/setup_linux-host_qemu-vm_arm64-kernel.md')
-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