mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-28 05:40:26 +00:00
docs/fuchsia: document manual ssh steps for syz-manager.
This commit is contained in:
parent
770d4e1bc7
commit
34176e0895
@ -48,6 +48,12 @@ $ make TARGETOS=fuchsia TARGETARCH=amd64 \
|
||||
|
||||
## Running syz-manager
|
||||
|
||||
Running syz-manager requires you to have built fuchsia previously, and added the ssh keys to the fuchsia.zbi image:
|
||||
|
||||
```
|
||||
$ ${SOURCEDIR}/out/x64.zircon/tools/zbi -o ${SOURCEDIR}/out/x64/fuchsia-ssh.zbi ${SOURCEDIR}/out/x64/fuchsia.zbi --entry "data/ssh/authorized_keys=${SOURCEDIR}/.ssh/authorized_keys"
|
||||
```
|
||||
|
||||
Run `syz-manager` with a config along the lines of:
|
||||
```
|
||||
{
|
||||
@ -68,7 +74,7 @@ Run `syz-manager` with a config along the lines of:
|
||||
"cpu": 4,
|
||||
"mem": 2048,
|
||||
"kernel": "/fuchsia/out/x64.zircon/multiboot.bin",
|
||||
"initrd": "/fuchsia/out/x64/fuchsia.zbi"
|
||||
"initrd": "/fuchsia/out/x64/fuchsia-ssh.zbi"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user