docs: Update network testing docs for sshing

BUG=None
TEST=None

Change-Id: I6d65612a530ddf8319aeccad75aea649b861528a
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4652555
Commit-Queue: Richard Zhang <rizhang@google.com>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
Richard Zhang 2023-06-27 21:02:10 +00:00 committed by crosvm LUCI
parent 314a06d76c
commit 0859f08d66

View file

@ -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