Important: Do not post bugs. Please read the FAQ before posting (or your question may be ignored).

I love your product, but after installing it I noticed that all of my key strokes were transmitted in the clear. This seems like a security risk sending usernames and passwords in the clear when logging in to email, forums, bank sites, etc. I was just wondering if you had any plans to incorporate SSL or any other secure connections between the client and server?

asked 09 Dec '11, 14:23

k3boxers's gravatar image

k3boxers
12
accept rate: 0%

edited 09 Dec '11, 14:37


While Synergy doesn't offer encryption methods as standard. It is possible to use SSH to encrypt any Synergy related actions. This is achieved using an SSH tunnel.

If the server machine for Synergy is Linux based it is very likely you will already have SSH installed and configured. So all you will need to do is create a tunnel for Synergy. Mac OSX also has SSH abilities (though I am unfamiliar with the OS as a whole)

If your server machine is a Windows box then SSH is still possible but through software packages like cygwin and does take a bit more doing to get working (But is fairly easy to setup).

The basics of it is:

The machine running Synergy as the server has a SSH server running. The synergy client uses some form of SSH client e.g. putty to make establish an SSH connection. With the SSH client a tunnel is setup to forward all traffic on port 24800 (Default Synergy port) to the machine name of the synergy server machine along with the port e.g. SYNERGYPC:24800.

Then once the SSH client is setup you simply use localhost has the server machine name to connect to in the Synergy config, rather than directly using the servers machine name. Otherwise the SSH tunnel won't be used.

link

answered 14 Dec '11, 13:32

James2k's gravatar image

James2k
1012
accept rate: 100%

edited 14 Dec '11, 17:26

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×125
×101
×94
×30

Asked: 09 Dec '11, 14:23

Seen: 1,362 times

Last updated: 14 Dec '11, 17:26

powered by OSQA