From 6dd4898246b7b95aed19f7e7abb0862fc971d8fc Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Tue, 11 Sep 2018 10:08:18 +1000 Subject: docs: Use 'stretch' in ssh command Recently Debian image was updated to be 'stretch' from 'wheezy'. The ssh command got missed. Update the ssh command to use 'stretch' instead of 'wheezy'. Signed-off-by: Tobin C. Harding --- docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md index 3becc208c..5ab2a307f 100644 --- a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md +++ b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md @@ -175,7 +175,7 @@ Booting the kernel. After that you should be able to ssh to QEMU instance in another terminal: ``` bash -ssh -i $IMAGE/wheezy.id_rsa -p 10021 -o "StrictHostKeyChecking no" root@localhost +ssh -i $IMAGE/stretch.id_rsa -p 10021 -o "StrictHostKeyChecking no" root@localhost ``` If this fails with "too many tries", ssh may be passing default keys before -- cgit mrf-deployment