Skip to content

Instantly share code, notes, and snippets.

@matburt
Created November 3, 2011 14:35
Show Gist options
  • Save matburt/1336640 to your computer and use it in GitHub Desktop.
Save matburt/1336640 to your computer and use it in GitHub Desktop.
Piggyback Synergy over SSH
echo "Starting Synergy SSH session on $1 with username $2"
ssh -l $2 -f -N -L localhost:24800:$1:24800 $1
synergyc localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment