mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
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:
parent
314a06d76c
commit
0859f08d66
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue