<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sokolov blog &#187; security</title>
	<atom:link href="http://blog.sokolov.me/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sokolov.me</link>
	<description>всякие заметки, в-основном freebsd,linux</description>
	<lastBuildDate>Sun, 29 Aug 2010 18:42:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Установка sshguard</title>
		<link>http://blog.sokolov.me/2010/01/13/%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%ba%d0%b0-sshguard/</link>
		<comments>http://blog.sokolov.me/2010/01/13/%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%ba%d0%b0-sshguard/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 23:31:44 +0000</pubDate>
		<dc:creator>pavel</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sshguard]]></category>

		<guid isPermaLink="false">http://blog.sokolov.me/?p=263</guid>
		<description><![CDATA[FreeBSD:
cd /usr/ports/security/sshguard-pf
make install clean
Проверяем /etc/syslog.conf на существование следующей строчки:
auth.info;authpriv.info     &#124;exec /usr/local/sbin/sshguard -a 3 -p 9200 -s 12000
pf.conf:
table &#60;sshguard&#62; persist
block in quick proto tcp from &#60;sshguard&#62; to any label "ssh bruteforce"

]]></description>
			<content:encoded><![CDATA[<h2>FreeBSD:</h2>
<p><code>cd /usr/ports/security/sshguard-pf<br />
make install clean</code></p>
<p><strong>Проверяем /etc/syslog.conf на существование следующей строчки:</strong><br />
<code>auth.info;authpriv.info     |exec /usr/local/sbin/sshguard -a 3 -p 9200 -s 12000</code></p>
<p><strong>pf.conf:</strong><code><br />
table &lt;sshguard&gt; persist<br />
block in quick proto tcp from &lt;sshguard&gt; to any label "ssh bruteforce"<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sokolov.me/2010/01/13/%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%ba%d0%b0-sshguard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
