Synergy (software)

This article is about the keyboard and mouse sharing software. For the configuration management software, see Rational Synergy.
Synergy
Original author(s) Chris Schoeneman
Developer(s) Chris Schoeneman, Nick Bolton, et al.
Initial release 13 May 2001 (2001-05-13)[1]
Stable release
1.8.4 / 11 October 2016 (2016-10-11)
Repository github.com/symless/synergy
Written in C++
Operating system Cross-platform
License GNU General Public License, version 2
Website symless.com/synergy

Synergy is a software application for sharing a keyboard and mouse between multiple computers. It is used in situations where several PCs are used together, with a monitor connected to each, but are to be controlled by one user. The user needs only one keyboard and mouse on the desk similar to a KVM switch without the video.

Released under the terms of the GNU General Public License, Synergy is free software.

The first version of Synergy (created on May 13, 2001 by Chris Schoeneman, also known as "crs") worked with the X Window System only, but more recent versions of Synergy support Windows, Mac OS X, Linux, and other Unix-like operating systems.

A fork of Synergy named Synergy+ was started in 2009, but this fork project has since been merged back in to Synergy.

Design

Once the program is installed, users can move the mouse "off" the side of their desktop on one computer, and the mouse-pointer will appear on the desktop of another computer. Key presses will be delivered to whichever computer the mouse-pointer is located in. This makes it possible to control several machines as easily as if they were a single multi-monitor computer. The clipboard and even screensavers can be synchronized.

Architecturally, the program is implemented as a server which defines which screen-edges lead to which machines, and one or more clients, which connect to the server to offer the use of their desktops. The keyboard and mouse are connected to the server machine.

Network communications

TCP/IP communications (default port 24800) are used to send mouse/keyboard and clipboard events between computers.

Prior to version 1.4.11

Communications are not encrypted, with key presses, mouse movements and clipboard contents sent to Synergy clients easily able to be sniffed on network traffic.

It is recommended that if Synergy is not being used on a trusted local network, that all communications be tunneled through a secure encrypted connection, such as through SSH, stunnel, or a VPN. In this model, the Synergy server computer needs to be running an SSH server, and the Synergy process should be configured to listen only on localhost.

Version 1.4.11 to 1.6.3

Between version 1.4.11 and 1.6.3, communications could be encrypted and key presses, mouse movements and clipboard contents could be encrypted prior to being sent to Synergy clients.[2]

In July 2013 the Defuse Security Group reported the encryption used in the Synergy protocol be insecure.[3] They released an exploit, which could be used to passively decrypt the commands sent to the Synergy clients.[4] This was solved with the introduction of SSL in version 1.7.

Version 1.7 onwards

As of version 1.7, encrypting of communications between clients requires the purchase of the Pro version, with the previous encryption being replaced by SSL.[5] It is however still possible to enable encryption by manually compiling the code.

History

Synergy+ was created in 2009 as a maintenance fork for the purpose of fixing bugs inherited from the original version. The original version of Synergy had not been updated for a notable length of time (as of 6 June 2010, the latest release was 2 April 2006).[6] There was never official confirmation that the original Synergy project had been abandoned; however, there was public discussion providing speculation.[7] In said discussion, Chris Schoeneman (the creator of Synergy)[8] stated that instead of supporting a 1.3.x team, he intends on releasing version 2.0 of Synergy, and publicly announced on 27 Aug 2008 that he has been making progress on this version.[9]

The first incarnation of Synergy was CosmoSynergy, created by Richard Lee and Adam Feder then at Cosmo Software, Inc., a subsidiary of SGI (née Silicon Graphics, Inc.), at the end of 1996. They wrote it, and Chris Schoeneman contributed, to solve a problem: most of the engineers in Cosmo Software had both an Irix and a Windows box on their desks and switchboxes were expensive and annoying. CosmoSynergy was a great success but Cosmo Software declined to productize it and the company was later closed. Synergy is a from-scratch reimplementation of CosmoSynergy. It provides most of the features of the original and adds a few improvements.

The concept of sharing keyboard and mouse between computers is still popular according to a Lifehacker.com article.[10]

Synergy+ merge

On 20 June 2010, a Synergy+ project leader requested that the Synergy+ project take over the original project [11] under the SourceForge.net Abandoned Project Takeover (APT) system. The maintainer of the Synergy project (Chris Schoeneman) denied this request two days later.

The two projects merged two months later, at which point a new website was created under the original Synergy project name.

Business model

On 8 September 2014, the Synergy developers started charging a fee for distribution of pre-compiled binary files of Synergy on their website, while offering a free download for the source code. The developers claim only 0.002% of people were donating to fund the development before charging.[12]

See also

References

  1. "First committed version of main.cpp". Synergy source code repository. Retrieved 2009-06-11.
  2. Bolton, Nick. "Synergy 1.4.11 released". Retrieved 2016-08-18.
  3. "Synergy: Integer Overflow, Key Reuse, IV Reuse". DefuseSec. Retrieved 2016-05-04.
  4. "Cracking Synergy's Bad Cryptography". DefuseSec. Retrieved 2016-05-04.
  5. Bolton, Nick. "SSL Encryption in Synergy 1.7". Retrieved 2016-08-18.
  6. "Original Synergy downloads page". SourceForge. Retrieved 2009-06-11.
  7. "Dead project". synergy: Open Discussion. SourceForge. Archived from the original on 2009-02-18. Retrieved 2009-06-11.
  8. "Synergy authors". Synergy. Archived from the original on 2014-11-08. Retrieved 2009-06-11.
  9. "Synergy 2.x". Chris Schoeneman. Archived from the original on 2008-12-25. Retrieved 2009-06-11.
  10. "Synergy-Plus Controls Multiple Systems from a Single Keyboard & Mouse". Lifehacker.com. Retrieved 2009-06-11.
  11. "APT of synergy2". Archived from the original on 2012-11-12. Retrieved 2010-08-29.
  12. "Purchase FAQ". Synergy. Retrieved 2016-08-18.
This article is issued from Wikipedia - version of the 11/30/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.