symless / synergy-android-cyanogen

Synergy client for Android (requires Cyanogen mod)
Other
107 stars 46 forks source link

SSL addon for Synergy for android #9

Open ghost opened 6 years ago

ghost commented 6 years ago

Questions or issues: BTC: 1DoctorJobcvzNRY6ZpGqDxwRuRzxfMq7A For a stable encrypted ssh tunnel connect try this Install simple ssh for android https://play.google.com/store/apps/details?id=org.galexander.sshd&hl=en_US

Create a public key on the host

ssh-keygen scp -P 2222 ~/.ssh/id_rsa.pub ANDROIDCLIENTIPADDRESS:/data/data/org.galexander.sshd/files/authorized_keys ssh androidipaddresshereplease -p 2222 -R 24800:127.0.0.1:24800

start the synergy server bound to the localhost

/usr/bin/synergys -f --no-tray --debug ERROR --name SYNERGYSERVER -c /home/guru/synergy.conf --address :24800

End

This creates a reverse ssh tunnel to the synergy server from the android you now just change the server hostname in synergy on the android to localhost of the server forwarding synergy over a ssl ssh reverse tunnel :)