<?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: Restrict ssh access using tcpd (TCPWrapper)</title> <atom:link href="http://www.cyberciti.biz/faq/restrict-ssh-access-using-tcpd-tcpwrapper/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/restrict-ssh-access-using-tcpd-tcpwrapper/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Adrian</title><link>http://www.cyberciti.biz/faq/restrict-ssh-access-using-tcpd-tcpwrapper/#comment-46251</link> <dc:creator>Adrian</dc:creator> <pubDate>Thu, 04 Mar 2010 20:40:53 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/restrict-ssh-access-using-tcpd-tcpwrapper.php#comment-46251</guid> <description>&lt;code&gt;
Using network configuration file: /etc/inetd.conf
&gt;&gt;&gt; Rule /etc/hosts.allow line 1:
daemons:  sendmail
clients:  all
access:   granted
&gt;&gt;&gt; Rule /etc/hosts.deny line 21:
daemons:  sshd
clients:  ALL EXCEPT 62.231.69.62
access:   denied
&gt;&gt;&gt; Rule /etc/hosts.deny line 22:
daemons:  sshd
clients:  85.25.86.50
access:   denied
&gt;&gt;&gt; Rule /etc/hosts.deny line 23:
daemons:  sshd
clients:  69.163.149.200
access:   denied
&lt;/code&gt;
I have this .. but it doesen&#039;t work :&#124; What to do ?</description> <content:encoded><![CDATA[<p><code><br
/> Using network configuration file: /etc/inetd.conf</p><p>&gt;&gt;&gt; Rule /etc/hosts.allow line 1:<br
/> daemons:  sendmail<br
/> clients:  all<br
/> access:   granted</p><p>&gt;&gt;&gt; Rule /etc/hosts.deny line 21:<br
/> daemons:  sshd<br
/> clients:  ALL EXCEPT 62.231.69.62<br
/> access:   denied</p><p>&gt;&gt;&gt; Rule /etc/hosts.deny line 22:<br
/> daemons:  sshd<br
/> clients:  85.25.86.50<br
/> access:   denied</p><p>&gt;&gt;&gt; Rule /etc/hosts.deny line 23:<br
/> daemons:  sshd<br
/> clients:  69.163.149.200<br
/> access:   denied<br
/> </code></p><p>I have this .. but it doesen&#8217;t work :| What to do ?</p> ]]></content:encoded> </item> <item><title>By: starseeker</title><link>http://www.cyberciti.biz/faq/restrict-ssh-access-using-tcpd-tcpwrapper/#comment-39078</link> <dc:creator>starseeker</dc:creator> <pubDate>Wed, 29 Oct 2008 16:38:03 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/restrict-ssh-access-using-tcpd-tcpwrapper.php#comment-39078</guid> <description>I would prefer something like
&lt;code&gt;
ldd $(which sshd) &#124; grep wrap
&lt;/code&gt;
because its very unlikely to false-positive. Anyway, thanks for that information, it helped me a lot</description> <content:encoded><![CDATA[<p>I would prefer something like<br
/> <code><br
/> ldd $(which sshd) | grep wrap<br
/> </code></p><p>because its very unlikely to false-positive. Anyway, thanks for that information, it helped me a lot</p> ]]></content:encoded> </item> </channel> </rss>
