TheDoctor 6 Posted June 3, 2018 Share Posted June 3, 2018 For a stable encrypted ssh tunnel connect try this Install simple ssh for androidhttps://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 1 Link to post Share on other sites
Synergy Team Nick Bolton 400 Posted June 10, 2018 Synergy Team Share Posted June 10, 2018 Very cool! Good work. Link to post Share on other sites
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now