1
0
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:
Rudolf Polzer
2016-10-04 14:10:23 -04:00
parent ba8f830d28
commit 861eb4bbb3

View File

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