<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Update: Securing Synergy Over The Wire</title>
	<atom:link href="http://ubuntu-tutorials.com/2007/04/16/update-securing-synergy-over-the-wire/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2007/04/16/update-securing-synergy-over-the-wire/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:29:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Miro</title>
		<link>http://ubuntu-tutorials.com/2007/04/16/update-securing-synergy-over-the-wire/#comment-12174</link>
		<dc:creator>Miro</dc:creator>
		<pubDate>Thu, 04 Nov 2010 19:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=321#comment-12174</guid>
		<description>I don&#039;t understand how this setting is secure. If i understand it correctly anybody who present himself with same hostname cat read output of the synergy server. He does not need any password.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand how this setting is secure. If i understand it correctly anybody who present himself with same hostname cat read output of the synergy server. He does not need any password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://ubuntu-tutorials.com/2007/04/16/update-securing-synergy-over-the-wire/#comment-12106</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 08 Oct 2010 21:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=321#comment-12106</guid>
		<description>&lt;a href=&quot;#comment-3486&quot; rel=&quot;nofollow&quot;&gt;@ Torin  &lt;/a&gt; 

This is correct - You need &quot;synergyc localhost&quot; NOT &quot;synergyc macbook&quot; if you want to use your ssh tunnel.</description>
		<content:encoded><![CDATA[<p><a href="#comment-3486" rel="nofollow">@ Torin  </a> </p>
<p>This is correct &#8211; You need &#8220;synergyc localhost&#8221; NOT &#8220;synergyc macbook&#8221; if you want to use your ssh tunnel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikita</title>
		<link>http://ubuntu-tutorials.com/2007/04/16/update-securing-synergy-over-the-wire/#comment-11051</link>
		<dc:creator>Nikita</dc:creator>
		<pubDate>Mon, 24 May 2010 00:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=321#comment-11051</guid>
		<description>I second Torin, David, and Ewan. In fact, if you want to see how it doesn&#039;t work, you might wanna run wireshark and see where packets are going / their contents :)</description>
		<content:encoded><![CDATA[<p>I second Torin, David, and Ewan. In fact, if you want to see how it doesn&#8217;t work, you might wanna run wireshark and see where packets are going / their contents <img src='http://ubuntu-tutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torin</title>
		<link>http://ubuntu-tutorials.com/2007/04/16/update-securing-synergy-over-the-wire/#comment-3486</link>
		<dc:creator>Torin</dc:creator>
		<pubDate>Sun, 20 Jan 2008 01:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=321#comment-3486</guid>
		<description>using your method, the &#039;synergyc macbook&#039; command simply bypasses the ssh tunnel, so nothing is actually being encrypted.  I tested your method using Ettercap, and could see the unencrypted keystrokes being sent between the two machines.

David is correct, you need to use &#039;synergyc localhost&#039;.  After using your method with &#039;synergyc localhost&#039; instead, ettercap is now showing gibberish between the two machines, which is what we want.</description>
		<content:encoded><![CDATA[<p>using your method, the &#8216;synergyc macbook&#8217; command simply bypasses the ssh tunnel, so nothing is actually being encrypted.  I tested your method using Ettercap, and could see the unencrypted keystrokes being sent between the two machines.</p>
<p>David is correct, you need to use &#8216;synergyc localhost&#8217;.  After using your method with &#8216;synergyc localhost&#8217; instead, ettercap is now showing gibberish between the two machines, which is what we want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huygens</title>
		<link>http://ubuntu-tutorials.com/2007/04/16/update-securing-synergy-over-the-wire/#comment-1380</link>
		<dc:creator>Huygens</dc:creator>
		<pubDate>Tue, 17 Apr 2007 13:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=321#comment-1380</guid>
		<description>There is an option you could add, though for the little traffic of key press and mouse movement it is not that necessary. The option is -C for ssh which request the client to compress all traffic with the server.
So when you create your tunnel, you do:
ssh -f -N -C -L 24800:synergy-server:24800 synergy-server

And as they stated above, you would have to call: synergyc -f localhost
Unless, you have set some aliases in the synergy configuration... But I&#039;m not sure anymore how it is... Too long I did not use it!

Furthermore, you forgot to mention that the security issue is mention on Synergy web site and that they have a dedicated page concerning tunnelling the traffic through SSH: http://synergy2.sourceforge.net/security.html

And keep in mind that really few - actually used - protocol are encrypting their sensitive data ;-) for example when you are logging-in to your blog, the password is sent clear. Once logged-in, WP hash it in a cookie, so it is only plain readable upon log-in.</description>
		<content:encoded><![CDATA[<p>There is an option you could add, though for the little traffic of key press and mouse movement it is not that necessary. The option is -C for ssh which request the client to compress all traffic with the server.<br />
So when you create your tunnel, you do:<br />
ssh -f -N -C -L 24800:synergy-server:24800 synergy-server</p>
<p>And as they stated above, you would have to call: synergyc -f localhost<br />
Unless, you have set some aliases in the synergy configuration&#8230; But I&#8217;m not sure anymore how it is&#8230; Too long I did not use it!</p>
<p>Furthermore, you forgot to mention that the security issue is mention on Synergy web site and that they have a dedicated page concerning tunnelling the traffic through SSH: <a href="http://synergy2.sourceforge.net/security.html" rel="nofollow">http://synergy2.sourceforge.net/security.html</a></p>
<p>And keep in mind that really few &#8211; actually used &#8211; protocol are encrypting their sensitive data <img src='http://ubuntu-tutorials.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  for example when you are logging-in to your blog, the password is sent clear. Once logged-in, WP hash it in a cookie, so it is only plain readable upon log-in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ewan</title>
		<link>http://ubuntu-tutorials.com/2007/04/16/update-securing-synergy-over-the-wire/#comment-1379</link>
		<dc:creator>Ewan</dc:creator>
		<pubDate>Tue, 17 Apr 2007 09:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=321#comment-1379</guid>
		<description>It won&#039;t work as written - if macbook is defined (in /etc/hosts or elsewhere) as an alias for localhost then the ssh connection will also connect to localhost, not the remote &#039;macbook&#039;.

You&#039;re ssh-ing and synergy-ing to the same place - either that&#039;s localhost, or it&#039;s the macbook. In neither case is this going to work as expected.

At the very least, if you&#039;re doing something deeply cunning it&#039;s not clear from the post what it is.</description>
		<content:encoded><![CDATA[<p>It won&#8217;t work as written &#8211; if macbook is defined (in /etc/hosts or elsewhere) as an alias for localhost then the ssh connection will also connect to localhost, not the remote &#8216;macbook&#8217;.</p>
<p>You&#8217;re ssh-ing and synergy-ing to the same place &#8211; either that&#8217;s localhost, or it&#8217;s the macbook. In neither case is this going to work as expected.</p>
<p>At the very least, if you&#8217;re doing something deeply cunning it&#8217;s not clear from the post what it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu Tutorials</title>
		<link>http://ubuntu-tutorials.com/2007/04/16/update-securing-synergy-over-the-wire/#comment-1378</link>
		<dc:creator>Ubuntu Tutorials</dc:creator>
		<pubDate>Tue, 17 Apr 2007 03:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=321#comment-1378</guid>
		<description>David - in my original writeup I did use localhost but I decided I wanted to keep that open for something else.  Binding the address to macbook (or any other hostname) will still work.  I did test it before I posted :)</description>
		<content:encoded><![CDATA[<p>David &#8211; in my original writeup I did use localhost but I decided I wanted to keep that open for something else.  Binding the address to macbook (or any other hostname) will still work.  I did test it before I posted <img src='http://ubuntu-tutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Parrish</title>
		<link>http://ubuntu-tutorials.com/2007/04/16/update-securing-synergy-over-the-wire/#comment-1377</link>
		<dc:creator>David Parrish</dc:creator>
		<pubDate>Tue, 17 Apr 2007 01:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=321#comment-1377</guid>
		<description>Good idea, but the execution is *slightly* out. You&#039;re running &quot;synergyc macbook&quot; at the end, but that won&#039;t go over the ssh tunnel.

You need to do &quot;synergyc localhost&quot; to use the ssh tunnel.</description>
		<content:encoded><![CDATA[<p>Good idea, but the execution is *slightly* out. You&#8217;re running &#8220;synergyc macbook&#8221; at the end, but that won&#8217;t go over the ssh tunnel.</p>
<p>You need to do &#8220;synergyc localhost&#8221; to use the ssh tunnel.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/6 queries in 0.004 seconds using disk: basic
Object Caching 299/300 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 19:14:41 -->
