paulo-raca / adb-proxy

Proxy to access android devices attached to a remote machine via ADB
61 stars 12 forks source link

Support custom ssh server port and key-based authentication? #10

Open directentis1 opened 11 months ago

directentis1 commented 11 months ago

For security reasons, port 22 is not always open on the remote SSH server. Can I connect to the custom ssh port on the target machine and authenticate with my private key with this utility?

paulo-raca commented 11 months ago

Hello,

Yes, you can use the user@hostname:port syntax to connect to a custom port.

Your keys in ~/.ssh should work out of the box