diff options
| author | Tobin C. Harding <me@tobin.cc> | 2018-09-11 10:08:18 +1000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-09-11 07:06:01 +0200 |
| commit | 6dd4898246b7b95aed19f7e7abb0862fc971d8fc (patch) | |
| tree | f2f36bb521bb40955da0476db2fb6576ef35a13e /docs/linux | |
| parent | 8c88323f946850a91f696f8608dd2137247191b3 (diff) | |
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 <me@tobin.cc>
Diffstat (limited to 'docs/linux')
| -rw-r--r-- | docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
