Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

SSL addon for Synergy for android #9

Open
ghost opened this issue Jun 3, 2018 · 0 comments
Open

SSL addon for Synergy for android #9

ghost opened this issue Jun 3, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 3, 2018

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 :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants