<?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>SurlyJake &#187; Switch Networking</title>
	<atom:link href="http://www.surlyjake.com/category/switch-networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.surlyjake.com</link>
	<description></description>
	<lastBuildDate>Tue, 29 Jun 2010 21:27:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Securing and configuring HP switches</title>
		<link>http://www.surlyjake.com/switch-networking/securing-and-configuring-hp-switches/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=securing-and-configuring-hp-switches</link>
		<comments>http://www.surlyjake.com/switch-networking/securing-and-configuring-hp-switches/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 19:20:28 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Switch Networking]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=264</guid>
		<description><![CDATA[We got some Procurve 2810 Gigabit switches. they play some critical roles, so I wanted to keep others from playing with them. The exact code below would enable https for web management, enable ssh for console management, change the port ssh runs on, and disable telnet and unencrypted web management. config crypto key generate ssh [...]]]></description>
			<content:encoded><![CDATA[<p>We got some Procurve 2810 Gigabit switches. they play some critical roles, so I wanted to keep others from playing with them. The exact code below would enable https for web management, enable ssh for console management, change the port ssh runs on, and disable telnet and unencrypted web management.</p>
<pre><code>
config
crypto key generate ssh
show crypto host-public-key
crypto key generate cert 512
crypto host-cert generate self-signed 01/01/2009 01/01/2020 [ip address] [department] [company] Chicago IL us
ip ssh
no telnet-server
no web-management plaintext
ip ssh port [port num]
web management ssl
write memory
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/switch-networking/securing-and-configuring-hp-switches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->