From 3fd92b96944c61c6ba0962cc9fe7620080172d9f Mon Sep 17 00:00:00 2001 From: Thomas Garnier Date: Mon, 12 Jun 2017 14:31:03 -0700 Subject: Add Isolated VM Add a new isolated VM for machines that you cannot easily manage. It assumes the machine is only available through SSH and create a reverse proxy to ensure the machine can connect back to syz-manager. Signed-off-by: Thomas Garnier --- docs/setup.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/setup.md') diff --git a/docs/setup.md b/docs/setup.md index cadc4ca26..933db69cb 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -7,6 +7,7 @@ Instructions for a particular VM or kernel arch can be found on these pages: - [Setup: Ubuntu host, Odroid C2 board, arm64 kernel](setup_ubuntu-host_odroid-c2-board_arm64-kernel.md) - [Setup: Linux host, QEMU vm, arm64 kernel](setup_linux-host_qemu-vm_arm64-kernel.md) - [Setup: Linux host, Android device, arm64 kernel](setup_linux-host_android-device_arm64-kernel.md) +- [Setup: Linux isolated host](setup_linux-host_isolated.md) After following these instructions you should be able to run `syz-manager`, see it executing programs and be able to access statistics exposed at `http://127.0.0.1:56741`: -- cgit mrf-deployment