Jump to content

Hello! 👋

These forums are now archived (read only).

Join us on Discord.

SSL addon for synergy for android


Recommended Posts

TheDoctor

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 ~/.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 :)

  • Like 1
Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...