Created
October 15, 2014 07:49
-
-
Save martynjarvis/24998f3f890c31f6a782 to your computer and use it in GitHub Desktop.
run_synergy.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Kill previous synergy session | |
killall -q ssh | |
killall -q synergyc | |
# Create ssh connection to tunnel synergy over | |
ssh -f -N -L localhost:24800:server-hostname:24800 server-hostname | |
./synergyc -f localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment