diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-01-11 14:36:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-11 14:36:23 +0100 |
| commit | a90e03cc92bfb03bf6e6fe3ef502c32fe44c8277 (patch) | |
| tree | 37f5048c7ffa989adf2105930ef577d5837604ec | |
| parent | 80dde1721ecdfcb34aeb0cf7b8ded466d8664ed8 (diff) | |
Update syzbot.md
Mention chmod 0600 on the ssh key, otherwise it's rejected by ssh.
| -rw-r--r-- | docs/syzbot.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/syzbot.md b/docs/syzbot.md index 2088125c9..379e4de1a 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -124,8 +124,8 @@ Exact compilers used by `syzbot` can be found here: - [clang 7.0.0 (trunk 334104)](https://storage.googleapis.com/syzkaller/clang-kmsan-334104.tar.gz) (44MB) - [clang 8.0.0 (trunk 343298)](https://storage.googleapis.com/syzkaller/clang-kmsan-343298.tar.gz) (45MB) -A qemu-suitable Debian/wheezy image can be found [here](https://storage.googleapis.com/syzkaller/wheezy.img) (1GB, compression somehow breaks it), root ssh key for it is [here](https://storage.googleapis.com/syzkaller/wheezy.img.key). -A reference `qemu` command line to run it is as follows: +A qemu-suitable Debian/wheezy image can be found [here](https://storage.googleapis.com/syzkaller/wheezy.img) (1GB, compression somehow breaks it), root ssh key for it is [here](https://storage.googleapis.com/syzkaller/wheezy.img.key) +(do `chmod 0600` on it). A reference `qemu` command line to run it is as follows: ``` qemu-system-x86_64 -smp 2 -m 4G -enable-kvm -cpu host \ -net nic -net user,hostfwd=tcp::10022-:22 \ |
