Sunday, July 26, 2009

Synergy (once again)

Save desktop space!

Installed it on Tango, and setup Thor to be the server.
No problems at all, even thru the SSH tunnel (using the WiFi card on Tango), things are pretty slick and trouble free.

The config file for the server:

section: screens
thor.local:
switchCorners = none
switchCornerSize = 0

tango:
switchCorners = none
switchCornerSize = 0
end

section: links
thor.local:
left = tango
tango:
right = thor.local
end

section: options
screenSaverSync = true
switchDelay = 500
keystroke(shift+control+left) = switchToScreen(tango)
keystroke(shift+control+right) = switchToScreen(thor.local)
end
# EoF #

And on the client, to connect and use Synergy thru an SSH tunnel, I'm using this:

ssh -R 24800:thor:24800 tango

After that, once connected, issue a:

synergyc -f localhost

Labels: , , , , , , , ,

0 Comments:

Post a Comment

<< Home