Skip to content

Instantly share code, notes, and snippets.

@martynjarvis
Created October 15, 2014 07:49
Show Gist options
  • Save martynjarvis/24998f3f890c31f6a782 to your computer and use it in GitHub Desktop.
Save martynjarvis/24998f3f890c31f6a782 to your computer and use it in GitHub Desktop.
run_synergy.sh
# 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