From a409f5ad5012801f5389d471f7a7c6006d5ca0da Mon Sep 17 00:00:00 2001 From: daveti Date: Fri, 16 Jun 2017 16:58:44 -0400 Subject: fix the ssh port option in the doc --- docs/setup_linux-host_qemu-vm_arm64-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit mrf-deployment