mirror of
https://github.com/google/adb-sync.git
synced 2026-01-03 01:48:02 +00:00
Fix the suggested ProxyCommand for adb-channel.
Thanks to duckdalbe for noticing! Fixes #6.
This commit is contained in:
@@ -105,7 +105,7 @@ first) using a configuration like:
|
|||||||
```
|
```
|
||||||
Host sshhelper
|
Host sshhelper
|
||||||
Port 2222
|
Port 2222
|
||||||
ProxyCommand adb-channel tcp:%d com.arachnoid.sshelper/.SSHelperActivity 1
|
ProxyCommand adb-channel tcp:%p com.arachnoid.sshelper/.SSHelperActivity 1
|
||||||
```
|
```
|
||||||
|
|
||||||
After adding this to `~/.ssh/config`, run `ssh-copy-id sshhelper`.
|
After adding this to `~/.ssh/config`, run `ssh-copy-id sshhelper`.
|
||||||
|
|||||||
Reference in New Issue
Block a user