<?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>jklogic.net &#187; SSH</title>
	<atom:link href="http://jklogic.net/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://jklogic.net</link>
	<description>logical reality</description>
	<lastBuildDate>Tue, 07 Oct 2008 19:43:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configure SSH Access on an ASA</title>
		<link>http://jklogic.net/configure-ssh-access-on-an-asa/</link>
		<comments>http://jklogic.net/configure-ssh-access-on-an-asa/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 08:00:53 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[ASA]]></category>
		<category><![CDATA[Pix]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://jklogic.net/?p=21</guid>
		<description><![CDATA[If you have recently tried to setup SSH access on a new ASA, it might not have worked the way you wanted.  That is because the RSA keys need to be generated first.  To do that:
crypto key generate rsa
asa(config)# crypto key generate rsa
INFO: The name for the keys will be: 
Keypair generation process [...]]]></description>
			<content:encoded><![CDATA[<p>If you have recently tried to setup SSH access on a new ASA, it might not have worked the way you wanted.  That is because the RSA keys need to be generated first.  To do that:</p>
<div class="code">crypto key generate rsa</div>
<div class="code">asa(config)# crypto key generate rsa<br />
INFO: The name for the keys will be: <Default-RSA-Key><br />
Keypair generation process begin. Please wait&#8230;</div>
<p>And then configure SSH to be allowed from the inside interface:</p>
<div class="code">ssh 0.0.0.0 0.0.0.0 inside</div>
<p>Now you will be able to login using the default username and password of pix/cisco, Or you can configure AAA and setup your own usernames.  Doing this will make the pix username no longer work for SSH.</p>
<p>First, a username needs to be created:</p>
<div class="code">username cisco password c1sc0</div>
<p>And then configure AAA:</p>
<div class="code">aaa authentication ssh console LOCAL</div>
<p>Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://jklogic.net/configure-ssh-access-on-an-asa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
