diff --git a/docs/book/src/running_crosvm/example_usage.md b/docs/book/src/running_crosvm/example_usage.md index a77d764953..046b0dbcef 100644 --- a/docs/book/src/running_crosvm/example_usage.md +++ b/docs/book/src/running_crosvm/example_usage.md @@ -86,6 +86,12 @@ password: ssh 192.168.10.2 ``` +WARNING: If you are on a gLinux machine, then you will need to disable Corp SSH Helper: + +```bash +ssh -oProxyCommand=none 192.168.10.2 +``` + The full source for this example can be executed directly: ```bash