<?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>Mostly Anything &#187; Security</title>
	<atom:link href="http://blog.devnull.ch/category/it/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.devnull.ch</link>
	<description>IT Blog über VMWare, SQL, Storage, Security und mehr.</description>
	<lastBuildDate>Thu, 20 Oct 2011 12:33:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Telnet auf NetApp Filer deaktivieren</title>
		<link>http://blog.devnull.ch/2009/09/01/telnet-auf-netapp-filer-deaktivieren/</link>
		<comments>http://blog.devnull.ch/2009/09/01/telnet-auf-netapp-filer-deaktivieren/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 16:35:18 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Netapp]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[Telnet]]></category>

		<guid isPermaLink="false">http://blog.devnull.ch/?p=132</guid>
		<description><![CDATA[Telnet sollte eigentlich nirgends mehr verwendet werden. Weder auf Switches, Routern noch Filern. Mein neuer FAS2020 hat telnet noch aktiviert. Also zuerst SSH aktivieren, dann mit options telnet.enable off Telnet deaktivieren.]]></description>
			<content:encoded><![CDATA[<p>Telnet sollte eigentlich nirgends mehr verwendet werden. Weder auf Switches, Routern noch Filern. Mein neuer FAS2020 hat telnet noch aktiviert. Also zuerst <a title="SSH aktivieren" href="http://blog.devnull.ch/2009/06/25/ssh-auf-netapp-filer-aktivieren/" target="_blank">SSH aktivieren</a>, dann mit</p>
<blockquote><p>options telnet.enable off</p></blockquote>
<p>Telnet deaktivieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devnull.ch/2009/09/01/telnet-auf-netapp-filer-deaktivieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH auf NetApp Filer aktivieren</title>
		<link>http://blog.devnull.ch/2009/06/25/ssh-auf-netapp-filer-aktivieren/</link>
		<comments>http://blog.devnull.ch/2009/06/25/ssh-auf-netapp-filer-aktivieren/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 13:43:59 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Netapp]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.devnull.ch/?p=97</guid>
		<description><![CDATA[Heute hab ich einen Testfiler komplett neu aufgesetzt. Nach der ersten Konfiguration muss ich auch SSH aktivieren. Dies geht ganz einfach mit folgendem command auf der console secureadmin setup ssh Nach dem Start des &#8220;Wizards&#8221;  fragt er nach der Key size. Danach erzeugt der die Keys und startet den SSH Dienst. Das war&#8217;s auch schon. [...]]]></description>
			<content:encoded><![CDATA[<p>Heute hab ich einen Testfiler komplett neu aufgesetzt. Nach der ersten Konfiguration muss ich auch SSH aktivieren. Dies geht ganz einfach mit folgendem command auf der console</p>
<blockquote><p><span>secureadmin setup ssh</span></p></blockquote>
<p>Nach dem Start des &#8220;Wizards&#8221;  fragt er nach der Key size. Danach erzeugt der die Keys und startet den SSH Dienst. Das war&#8217;s auch schon.</p>
<blockquote><p>SSH Setup<br />
&#8212;&#8212;&#8212;<br />
Determining if SSH Setup has already been done before&#8230;no</p>
<p>SSH server supports both ssh1.x and ssh2.0 protocols.</p>
<p>SSH server needs two RSA keys to support ssh1.x protocol. The host key is<br />
generated and saved to file /etc/sshd/ssh_host_key during setup. The server<br />
key is re-generated every hour when SSH server is running.</p>
<p>SSH server needs a RSA host key and a DSA host key to support ssh2.0 protocol.<br />
The host keys are generated and saved to /etc/sshd/ssh_host_rsa_key and<br />
/etc/sshd/ssh_host_dsa_key files respectively during setup.</p>
<p>SSH Setup will now ask you for the sizes of the host and server keys.<br />
For ssh1.0 protocol, key sizes must be between 384 and 2048 bits.<br />
For ssh2.0 protocol, key sizes must be between 768 and 2048 bits.<br />
The size of the host and server keys must differ by at least 128 bits.</p>
<p>Please enter the size of host key for ssh1.x protocol [768] :<br />
Please enter the size of server key for ssh1.x protocol [512] :<br />
Please enter the size of host keys for ssh2.0 protocol [768] :</p>
<p>You have specified these parameters:<br />
host key size = 768 bits<br />
server key size = 512 bits<br />
host key size for ssh2.0 protocol = 768 bits<br />
Is this correct? [yes]</p>
<p>Setup will now generate the host keys. It will take a minute.<br />
After Setup is finished the SSH server will start automatically.</p>
<p>amsfas21&gt; Thu Jun 25 13:46:49 GMT [secureadmin.ssh.setup.success:info]: SSH setup is done and ssh2 should be enabled. Host keys are stored in /etc/sshd/ssh_host_key, /etc/sshd/ssh_host_rsa_key, and /etc/sshd/ssh_host_dsa_key.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.devnull.ch/2009/06/25/ssh-auf-netapp-filer-aktivieren/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TrueCrypt Update 6.0a erhältlich</title>
		<link>http://blog.devnull.ch/2008/07/14/truecrypt-update-60a-erhaltlich/</link>
		<comments>http://blog.devnull.ch/2008/07/14/truecrypt-update-60a-erhaltlich/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 11:57:00 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[TrueCrypt]]></category>

		<guid isPermaLink="false">http://blog.devnull.ch/?p=15</guid>
		<description><![CDATA[Kurz nachdem TrueCrypt 6.0 erschienen ist gibt es bereits einen Patch. Version 6.0a behebt ein Problem, das mit gewissen Chipsets auftrat und es verunmöglichte, dass die Systempartition verschlüssert werden konnte.]]></description>
			<content:encoded><![CDATA[<p>Kurz nachdem TrueCrypt 6.0 erschienen ist gibt es bereits einen Patch. <a title="TrueCrypt" href="http://www.truecrypt.org" target="_blank">Version 6.0a</a> behebt ein Problem, das mit gewissen Chipsets auftrat und es verunmöglichte, dass die Systempartition verschlüssert werden konnte.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devnull.ch/2008/07/14/truecrypt-update-60a-erhaltlich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backtrack 3 released</title>
		<link>http://blog.devnull.ch/2008/07/05/backtrack-3-released/</link>
		<comments>http://blog.devnull.ch/2008/07/05/backtrack-3-released/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 15:17:10 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[BackTrack]]></category>

		<guid isPermaLink="false">http://blog.devnull.ch/?p=14</guid>
		<description><![CDATA[Die Sicherheits Distribution &#8220;Backtrack&#8221; ist in der Version 3 erhältlich. Folgendes ist neu in der Version 3: wessid-ng &#8211; vereinfacht das Knacken von WEP Schlüsseln Saint &#8211; eine speziell für Backtrack User lizenzierte Version Maltego &#8211; auch spezielle Version der Version 2.0 Nessus ist nicht enthalten Kernel ist nun auf 2.6.21.5 Viele andere Tools in [...]]]></description>
			<content:encoded><![CDATA[<p>Die Sicherheits Distribution &#8220;Backtrack&#8221; ist in der Version 3 erhältlich. Folgendes ist neu in der Version 3:</p>
<ul>
<li>wessid-ng &#8211; vereinfacht das Knacken von WEP Schlüsseln</li>
<li>Saint &#8211; eine speziell für Backtrack User lizenzierte Version</li>
<li>Maltego &#8211; auch spezielle Version der Version 2.0</li>
<li>Nessus ist nicht enthalten</li>
<li>Kernel ist nun auf 2.6.21.5</li>
<li>Viele andere Tools in aktualisierten Versionen</li>
</ul>
<p>Backtrack kann <a title="Backtrack 3 Download" href="http://www.remote-exploit.org/backtrack_download.html" target="_blank" class="broken_link">hier </a>heruntergeladen werden.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devnull.ch/2008/07/05/backtrack-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

