<?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: OSSEC: Agentless to save the day</title>
	<atom:link href="http://praetorianprefect.com/archives/2009/11/ossec-agentless-to-save-the-day/feed/" rel="self" type="application/rss+xml" />
	<link>http://praetorianprefect.com/archives/2009/11/ossec-agentless-to-save-the-day/</link>
	<description>Information security, a little slower...a little deeper</description>
	<lastBuildDate>Thu, 17 May 2012 08:33:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: reset windows password&#124;recover windows password&#124;hack windows password&#124;how to reset password&#124;password recovery&#124;password reset&#124;how to recover password&#124;forgotten password&#124;password remove&#124;password software&#124;how to reset windows password&#124;how to reset admin pass</title>
		<link>http://praetorianprefect.com/archives/2009/11/ossec-agentless-to-save-the-day/comment-page-1/#comment-185457</link>
		<dc:creator>reset windows password&#124;recover windows password&#124;hack windows password&#124;how to reset password&#124;password recovery&#124;password reset&#124;how to recover password&#124;forgotten password&#124;password remove&#124;password software&#124;how to reset windows password&#124;how to reset admin pass</dc:creator>
		<pubDate>Sun, 11 Mar 2012 15:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://praetorianprefect.com/?p=1395#comment-185457</guid>
		<description>&lt;p&gt;I&#039;ve learn a few good stuff here. Definitely value bookmarking for revisiting. I surprise how much effort you place to make one of these wonderful informative website.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve learn a few good stuff here. Definitely value bookmarking for revisiting. I surprise how much effort you place to make one of these wonderful informative website.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: harsono</title>
		<link>http://praetorianprefect.com/archives/2009/11/ossec-agentless-to-save-the-day/comment-page-1/#comment-137412</link>
		<dc:creator>harsono</dc:creator>
		<pubDate>Wed, 07 Dec 2011 13:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://praetorianprefect.com/?p=1395#comment-137412</guid>
		<description>&lt;p&gt;Hi Jeremy Rossi&lt;/p&gt;

&lt;p&gt;you are great man..you has help me for my case..&lt;/p&gt;

&lt;p&gt;this great syntax for enable ossec can join with cisco device&lt;/p&gt;

&lt;p&gt;cat /var/ossec/.ssh/id_rsa.pub &#124; ssh username@x.x.x.x&lt;/p&gt;

&lt;p&gt;so thank you very much..&lt;/p&gt;

&lt;p&gt;Thank&lt;/p&gt;

&lt;p&gt;Harsono&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Jeremy Rossi</p>

<p>you are great man..you has help me for my case..</p>

<p>this great syntax for enable ossec can join with cisco device</p>

<p>cat /var/ossec/.ssh/id_rsa.pub | ssh username@x.x.x.x</p>

<p>so thank you very much..</p>

<p>Thank</p>

<p>Harsono</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Edgar van Lieshout</title>
		<link>http://praetorianprefect.com/archives/2009/11/ossec-agentless-to-save-the-day/comment-page-1/#comment-14739</link>
		<dc:creator>Edgar van Lieshout</dc:creator>
		<pubDate>Tue, 28 Sep 2010 20:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://praetorianprefect.com/?p=1395#comment-14739</guid>
		<description>&lt;p&gt;I&#039;m not having any luck using agentless monitoring with Cisco routers. I&#039;m adding the router via the register_host.sh script with both the user and enable passwords, but when I run the script it never enters the user, much less the enable, password. What am I missing?
Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m not having any luck using agentless monitoring with Cisco routers. I&#8217;m adding the router via the register_host.sh script with both the user and enable passwords, but when I run the script it never enters the user, much less the enable, password. What am I missing?
Thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://praetorianprefect.com/archives/2009/11/ossec-agentless-to-save-the-day/comment-page-1/#comment-12784</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 12 Aug 2010 17:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://praetorianprefect.com/?p=1395#comment-12784</guid>
		<description>&lt;p&gt;I get this error on a fully updated CentOS 5.5 x86_64 system with Python 2.4.3 when trying to install ossec-hids-tools:&lt;/p&gt;

&lt;p&gt;python setup.py install&lt;/p&gt;

&lt;p&gt;/usr/lib64/python2.4/distutils/dist.py:236: UserWarning: Unknown distribution option: &#039;zip_safe&#039;
  warnings.warn(msg)
running install
running build
running build_py
running build_scripts
running install_lib
byte-compiling /usr/lib/python2.4/site-packages/ossectools/conf.py to conf.pyc
  File &quot;/usr/lib/python2.4/site-packages/ossectools/conf.py&quot;, line 59
    with file(self._file) as f:
            ^
SyntaxError: invalid syntax
running install_scripts
changing mode of /usr/bin/ossec-agents to 755
changing mode of /usr/bin/ossec-config to 755&lt;/p&gt;

&lt;p&gt;And I get this error when trying to execute ossec-config:&lt;/p&gt;

&lt;p&gt;/usr/bin/ossec-config&lt;/p&gt;

&lt;p&gt;Traceback (most recent call last):
  File &quot;/usr/bin/ossec-config&quot;, line 2, in ?
    from ossectools import conf
  File &quot;/usr/lib/python2.4/site-packages/ossectools/conf.py&quot;, line 59
    with file(self._file) as f:
            ^
SyntaxError: invalid syntax&lt;/p&gt;

&lt;p&gt;Any ideas?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I get this error on a fully updated CentOS 5.5 x86_64 system with Python 2.4.3 when trying to install ossec-hids-tools:</p>

<p>python setup.py install</p>

<p>/usr/lib64/python2.4/distutils/dist.py:236: UserWarning: Unknown distribution option: &#8216;zip_safe&#8217;
  warnings.warn(msg)
running install
running build
running build_py
running build_scripts
running install_lib
byte-compiling /usr/lib/python2.4/site-packages/ossectools/conf.py to conf.pyc
  File &#8220;/usr/lib/python2.4/site-packages/ossectools/conf.py&#8221;, line 59
    with file(self._file) as f:
            ^
SyntaxError: invalid syntax
running install_scripts
changing mode of /usr/bin/ossec-agents to 755
changing mode of /usr/bin/ossec-config to 755</p>

<p>And I get this error when trying to execute ossec-config:</p>

<p>/usr/bin/ossec-config</p>

<p>Traceback (most recent call last):
  File &#8220;/usr/bin/ossec-config&#8221;, line 2, in ?
    from ossectools import conf
  File &#8220;/usr/lib/python2.4/site-packages/ossectools/conf.py&#8221;, line 59
    with file(self._file) as f:
            ^
SyntaxError: invalid syntax</p>

<p>Any ideas?</p>

<p>Thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ibrahim</title>
		<link>http://praetorianprefect.com/archives/2009/11/ossec-agentless-to-save-the-day/comment-page-1/#comment-8343</link>
		<dc:creator>Ibrahim</dc:creator>
		<pubDate>Fri, 26 Mar 2010 02:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://praetorianprefect.com/?p=1395#comment-8343</guid>
		<description>&lt;p&gt;Hi, after i reinstall my router then i have this problem ossec-agentlessd: ERROR: ssh_integrity_check_linux: root@xxx.xxx.xxx.xxx: RSA host key for &#039;root@xxx.xxx.xxx.xxx&#039; has changed. Unable to access. Do you know where is the problem is?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, after i reinstall my router then i have this problem ossec-agentlessd: ERROR: ssh_integrity_check_linux: <a href="mailto:root@xxx.xxx.xxx.xxx">root@xxx.xxx.xxx.xxx</a>: RSA host key for &#8216;root@xxx.xxx.xxx.xxx&#8217; has changed. Unable to access. Do you know where is the problem is?</p>

<p>Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Learning OSSEC&#8217;s agentless monitoring</title>
		<link>http://praetorianprefect.com/archives/2009/11/ossec-agentless-to-save-the-day/comment-page-1/#comment-2001</link>
		<dc:creator>Learning OSSEC&#8217;s agentless monitoring</dc:creator>
		<pubDate>Thu, 05 Nov 2009 20:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://praetorianprefect.com/?p=1395#comment-2001</guid>
		<description>&lt;p&gt;[...] first one, OSSEC: Agentless to save the day, explains how to setup and use agentless to monitor any remote device via [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] first one, OSSEC: Agentless to save the day, explains how to setup and use agentless to monitor any remote device via [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>

