<?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 for edeca.net</title>
	<atom:link href="http://edeca.net/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://edeca.net/wp</link>
	<description>Musings of a geek</description>
	<lastBuildDate>Sun, 24 Jan 2010 02:11:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on VB6 RichTextBox control by livetogogo</title>
		<link>http://edeca.net/wp/programs/vb6-richtextbox-control/comment-page-1/#comment-206</link>
		<dc:creator>livetogogo</dc:creator>
		<pubDate>Sun, 24 Jan 2010 02:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://staging.edeca.net/newsite/?page_id=145#comment-206</guid>
		<description>hi. thanks. very very good. I will use the my project.</description>
		<content:encoded><![CDATA[<p>hi. thanks. very very good. I will use the my project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Syncing the iPhone addressbook with Horde by Ed Culp</title>
		<link>http://edeca.net/wp/2010/01/syncing-the-iphone-addressbook-with-horde/comment-page-1/#comment-173</link>
		<dc:creator>Ed Culp</dc:creator>
		<pubDate>Sat, 09 Jan 2010 14:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://edeca.net/wp/?p=275#comment-173</guid>
		<description>I saw your post on one of the horde lists and followed it here.  Excellent and practical blog article.  I hope to us 2 way sometime this month.  I can&#039;t see a problem as long as I have the horde server backed up that in my case is ldap.

Thanks again,

ed</description>
		<content:encoded><![CDATA[<p>I saw your post on one of the horde lists and followed it here.  Excellent and practical blog article.  I hope to us 2 way sometime this month.  I can&#8217;t see a problem as long as I have the horde server backed up that in my case is ldap.</p>
<p>Thanks again,</p>
<p>ed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modifying fields in the Turba addressbook by edeca.net &#187; Syncing the iPhone addressbook with Horde</title>
		<link>http://edeca.net/wp/2010/01/modifying-fields-in-the-turba-addressbook/comment-page-1/#comment-172</link>
		<dc:creator>edeca.net &#187; Syncing the iPhone addressbook with Horde</dc:creator>
		<pubDate>Sat, 09 Jan 2010 13:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://edeca.net/wp/?p=290#comment-172</guid>
		<description>[...] This is very easy to fix, but you&#8217;ll need to ask your system administrator to have a look at this post on my [...]</description>
		<content:encoded><![CDATA[<p>[...] This is very easy to fix, but you&#8217;ll need to ask your system administrator to have a look at this post on my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blocking SSH brute forcing using denyhosts by RB</title>
		<link>http://edeca.net/wp/2010/01/blocking-ssh-brute-forcing-using-denyhosts/comment-page-1/#comment-171</link>
		<dc:creator>RB</dc:creator>
		<pubDate>Fri, 08 Jan 2010 09:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://edeca.net/wp/?p=254#comment-171</guid>
		<description>Hi David,

Nice article. I also use DenyHosts on my servers, as you say for the minimal effort involved in setting it up, it really is worthwhile.

You mention one security by obscurity measure of changing the SSH service port from 22 to something else, but then needing to specify the port when connecting. Don&#039;t forget you can add an entry to the SSH client configuration file (e.g. /etc/ssh/ssh_config) such as the one below to specify an alternative port. Issuing the command &quot;ssh server.keyboardcat.com&quot; will now automatically use port 2222.

&lt;code&gt;Host server.keyboardcat.com&lt;br /&gt;Port 2222&lt;/code&gt;

Regarding setting the ADMIN_EMAIL variable, I personally leave this &quot;commented out&quot;. There is no option in the configuration to summarise updates to weekly or monthly intervals, and I got tired of daily emails with a couple of new IP&#039;s in it. Alternatively, I have used a Munin plugin script to graph the DenyHosts ban list (http://www.tjansson.dk/?p=717) to keep tabs on the volume of attacks.

Optionally, the administrator can modify the BLOCK_SERVICE parameter inn the configuration file from &quot;sshd&quot; to &quot;ALL&quot;. This means an IP attempting an SSH bruteforce will not only be banned from access to the SSH service, but also to any other system services using TCP wrappers. As an aside, note that Apache2 will not use /etc/hosts.deny by default (on Ubuntu server at least).

Another optional step to consider is adding your management IP address (if it is static) to /etc/hosts.allow just to ensure you don&#039;t accidentally lock yourself out.

RB</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Nice article. I also use DenyHosts on my servers, as you say for the minimal effort involved in setting it up, it really is worthwhile.</p>
<p>You mention one security by obscurity measure of changing the SSH service port from 22 to something else, but then needing to specify the port when connecting. Don&#8217;t forget you can add an entry to the SSH client configuration file (e.g. /etc/ssh/ssh_config) such as the one below to specify an alternative port. Issuing the command &#8220;ssh server.keyboardcat.com&#8221; will now automatically use port 2222.</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Host server.keyboardcat.com&lt;br /&gt;Port 2222</div></td></tr></tbody></table></div>
<p>Regarding setting the ADMIN_EMAIL variable, I personally leave this &#8220;commented out&#8221;. There is no option in the configuration to summarise updates to weekly or monthly intervals, and I got tired of daily emails with a couple of new IP&#8217;s in it. Alternatively, I have used a Munin plugin script to graph the DenyHosts ban list (<a href="http://www.tjansson.dk/?p=717" rel="nofollow">http://www.tjansson.dk/?p=717</a>) to keep tabs on the volume of attacks.</p>
<p>Optionally, the administrator can modify the BLOCK_SERVICE parameter inn the configuration file from &#8220;sshd&#8221; to &#8220;ALL&#8221;. This means an IP attempting an SSH bruteforce will not only be banned from access to the SSH service, but also to any other system services using TCP wrappers. As an aside, note that Apache2 will not use /etc/hosts.deny by default (on Ubuntu server at least).</p>
<p>Another optional step to consider is adding your management IP address (if it is static) to /etc/hosts.allow just to ensure you don&#8217;t accidentally lock yourself out.</p>
<p>RB</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Graphics by Maritime signal flags from Edeca.net : WordPress Blue</title>
		<link>http://edeca.net/wp/graphics/comment-page-1/#comment-143</link>
		<dc:creator>Maritime signal flags from Edeca.net : WordPress Blue</dc:creator>
		<pubDate>Wed, 09 Dec 2009 01:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://edeca.net/newsite/?page_id=17#comment-143</guid>
		<description>[...] Maritime signal flags from Edeca.net &#8211; in SVG, PNG and ICO format. Beautiful &#8211; and, depending on what you do, either just beautiful or also very useful. [...]</description>
		<content:encoded><![CDATA[<p>[...] Maritime signal flags from Edeca.net &#8211; in SVG, PNG and ICO format. Beautiful &#8211; and, depending on what you do, either just beautiful or also very useful. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Showing Remember The Milk events in the iPhone calendar by Leah</title>
		<link>http://edeca.net/wp/2009/09/showing-remember-the-milk-events-in-the-iphone-calendar/comment-page-1/#comment-78</link>
		<dc:creator>Leah</dc:creator>
		<pubDate>Tue, 06 Oct 2009 02:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://edeca.net/wp/?p=199#comment-78</guid>
		<description>Thanks for sharing this solution.  Now if only there was a way to complete the tasks from there too.  :-)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this solution.  Now if only there was a way to complete the tasks from there too.  <img src='http://edeca.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Showing Remember The Milk events in the iPhone calendar by David</title>
		<link>http://edeca.net/wp/2009/09/showing-remember-the-milk-events-in-the-iphone-calendar/comment-page-1/#comment-73</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 26 Sep 2009 19:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://edeca.net/wp/?p=199#comment-73</guid>
		<description>You need to use your Remember The Milk username and password, the same as you would if you logged into their site.  I will update the article to make this clear.

To add it, you need only add an additional calendar as per the instructions.  You do not have to subscribe to any third party services.</description>
		<content:encoded><![CDATA[<p>You need to use your Remember The Milk username and password, the same as you would if you logged into their site.  I will update the article to make this clear.</p>
<p>To add it, you need only add an additional calendar as per the instructions.  You do not have to subscribe to any third party services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Showing Remember The Milk events in the iPhone calendar by Cherie Grabowski</title>
		<link>http://edeca.net/wp/2009/09/showing-remember-the-milk-events-in-the-iphone-calendar/comment-page-1/#comment-72</link>
		<dc:creator>Cherie Grabowski</dc:creator>
		<pubDate>Sat, 26 Sep 2009 18:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://edeca.net/wp/?p=199#comment-72</guid>
		<description>I like your article!  Do you have to subscribe to another calendar to do this?  What username and password are you referring to?  I love RTM but having tasks show up on my calendar on my iPhone would be fantastic!</description>
		<content:encoded><![CDATA[<p>I like your article!  Do you have to subscribe to another calendar to do this?  What username and password are you referring to?  I love RTM but having tasks show up on my calendar on my iPhone would be fantastic!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Graphics by Connie</title>
		<link>http://edeca.net/wp/graphics/comment-page-1/#comment-69</link>
		<dc:creator>Connie</dc:creator>
		<pubDate>Tue, 22 Sep 2009 07:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://edeca.net/newsite/?page_id=17#comment-69</guid>
		<description>WOW, this was just what I was looking for as we get ready to redesign our web site.  As you will see, the website is very outdates and is screaming for a facelift.  That is what we intend to do over the next six months.  I would like to incorporate the flags into our theme somehow and hope to be inspired soon.  I really like the look and feel of your web site.  Good job!

Thanks for making the flags availalbe!</description>
		<content:encoded><![CDATA[<p>WOW, this was just what I was looking for as we get ready to redesign our web site.  As you will see, the website is very outdates and is screaming for a facelift.  That is what we intend to do over the next six months.  I would like to incorporate the flags into our theme somehow and hope to be inspired soon.  I really like the look and feel of your web site.  Good job!</p>
<p>Thanks for making the flags availalbe!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DIY pcb making &#8211; my first board by PodeCoet</title>
		<link>http://edeca.net/wp/2009/07/diy-pcb-making-my-first-board/comment-page-1/#comment-15</link>
		<dc:creator>PodeCoet</dc:creator>
		<pubDate>Mon, 10 Aug 2009 14:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://edeca.net/newsite/?p=59#comment-15</guid>
		<description>Looking good, keep up the great work!</description>
		<content:encoded><![CDATA[<p>Looking good, keep up the great work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
