You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
###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 :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 :)
The text was updated successfully, but these errors were encountered: