<?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 for ~/blog</title>
	<atom:link href="http://blog.pressure.net.nz/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pressure.net.nz</link>
	<description>Cisco, Linux, and open source software in general</description>
	<lastBuildDate>Wed, 24 Jun 2009 18:34:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on The Amazing Unmanaged Trunk Mode Switch by ngara</title>
		<link>http://blog.pressure.net.nz/2008/11/the-amazing-unmanaged-trunk-mode-switch/comment-page-1/#comment-10</link>
		<dc:creator>ngara</dc:creator>
		<pubDate>Wed, 24 Jun 2009 18:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pressure.net.nz/?p=18#comment-10</guid>
		<description>Thank you for this post.  I was trying to figure out whether an unmanaged switch would forward VLAN tags to a managed switch, because I need an Ethernet repeater that handles them.  This article seemed to answer my question in the affirmative, so I&#039;m going to go test it out.  Keep up the posts!</description>
		<content:encoded><![CDATA[<p>Thank you for this post.  I was trying to figure out whether an unmanaged switch would forward VLAN tags to a managed switch, because I need an Ethernet repeater that handles them.  This article seemed to answer my question in the affirmative, so I&#8217;m going to go test it out.  Keep up the posts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cisco Wireless LAN Controllers and DHCP Option 43 by maniek</title>
		<link>http://blog.pressure.net.nz/2009/01/cisco-wireless-lan-controllers-and-dhcp-option-43/comment-page-1/#comment-9</link>
		<dc:creator>maniek</dc:creator>
		<pubDate>Fri, 10 Apr 2009 12:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pressure.net.nz/?p=19#comment-9</guid>
		<description>Hello Daniel,
great document!!!
It&#039;s work! :)
I configurated DHCP server with option 43 on Linux Server like Cisco recommends, but it doesn&#039;t work :(
I tried find a reason and your explain help at all :)
Thanks and regards
maniek</description>
		<content:encoded><![CDATA[<p>Hello Daniel,<br />
great document!!!<br />
It&#8217;s work! <img src='http://blog.pressure.net.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I configurated DHCP server with option 43 on Linux Server like Cisco recommends, but it doesn&#8217;t work <img src='http://blog.pressure.net.nz/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
I tried find a reason and your explain help at all <img src='http://blog.pressure.net.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks and regards<br />
maniek</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retrieving NetScreen/SSG config via scp by romain</title>
		<link>http://blog.pressure.net.nz/2008/07/retrieving-netscreenssg-config-via-scp/comment-page-1/#comment-8</link>
		<dc:creator>romain</dc:creator>
		<pubDate>Fri, 28 Nov 2008 17:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pressure.net.nz/?p=16#comment-8</guid>
		<description>Hi Daniel,
Thanks for your explanations, that was perfect, I used the terminal and the web browser methods and both worked with me :)

Thank you again.

Have a nice weekend.

BR

Romain</description>
		<content:encoded><![CDATA[<p>Hi Daniel,<br />
Thanks for your explanations, that was perfect, I used the terminal and the web browser methods and both worked with me <img src='http://blog.pressure.net.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thank you again.</p>
<p>Have a nice weekend.</p>
<p>BR</p>
<p>Romain</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retrieving NetScreen/SSG config via scp by daniel</title>
		<link>http://blog.pressure.net.nz/2008/07/retrieving-netscreenssg-config-via-scp/comment-page-1/#comment-7</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Thu, 27 Nov 2008 22:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pressure.net.nz/?p=16#comment-7</guid>
		<description>Hi Romain,

It&#039;s not possible to use ssh-copy-id, since the NetScreen only implements a subset of SSH features. Instead, you can load RSA/DSA keys via the ScreenOS CLI like the following (assuming the username is alice):

set ssh pka-dsa user-name alice key AAAAB3NzaC1kc3MAAABBAPrdVkvpSiLMT7NfZJm24pqMU2FFpO49+LFmbOipljEYelWTA4J5...

You can also get the NetScreen to retrieve the key via tftp, like this:

exec ssh tftp pka-dsa user-name alice file-name key_file_alice ip-addr 172.16.10.11

For SSHv1 replace &quot;pka-dsa&quot; with &quot;pka-rsa&quot;. 

Finally, you can also add keys via the NetScreen web UI, under Configuration &gt; Admin &gt; Administrators. There you should see a &quot;SSH-PKA&quot; link in one of the columns of the table of administrators.</description>
		<content:encoded><![CDATA[<p>Hi Romain,</p>
<p>It&#8217;s not possible to use ssh-copy-id, since the NetScreen only implements a subset of SSH features. Instead, you can load RSA/DSA keys via the ScreenOS CLI like the following (assuming the username is alice):</p>
<p>set ssh pka-dsa user-name alice key AAAAB3NzaC1kc3MAAABBAPrdVkvpSiLMT7NfZJm24pqMU2FFpO49+LFmbOipljEYelWTA4J5&#8230;</p>
<p>You can also get the NetScreen to retrieve the key via tftp, like this:</p>
<p>exec ssh tftp pka-dsa user-name alice file-name key_file_alice ip-addr 172.16.10.11</p>
<p>For SSHv1 replace &#8220;pka-dsa&#8221; with &#8220;pka-rsa&#8221;. </p>
<p>Finally, you can also add keys via the NetScreen web UI, under Configuration > Admin > Administrators. There you should see a &#8220;SSH-PKA&#8221; link in one of the columns of the table of administrators.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retrieving NetScreen/SSG config via scp by romain</title>
		<link>http://blog.pressure.net.nz/2008/07/retrieving-netscreenssg-config-via-scp/comment-page-1/#comment-6</link>
		<dc:creator>romain</dc:creator>
		<pubDate>Thu, 27 Nov 2008 13:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pressure.net.nz/?p=16#comment-6</guid>
		<description>Hi Daniel,
First of all, thanks for your post which help me to get the netscreen config file of my severals netscreen... But I miss something, I try to do this operation automaticaly with a bash script without entering the password but I don&#039;t know how to set up it using RSA key and stuff.

I tried with these commands but without sucess:
ssh-keygen -t rsa
ssh-copy-id -i ~/.ssh/id2_rsa.pub user@10.1.1.x (user &amp; IP of one my netscreen)

Can you help me on this point?

Thanks in advance,
Romain</description>
		<content:encoded><![CDATA[<p>Hi Daniel,<br />
First of all, thanks for your post which help me to get the netscreen config file of my severals netscreen&#8230; But I miss something, I try to do this operation automaticaly with a bash script without entering the password but I don&#8217;t know how to set up it using RSA key and stuff.</p>
<p>I tried with these commands but without sucess:<br />
ssh-keygen -t rsa<br />
ssh-copy-id -i ~/.ssh/id2_rsa.pub user@10.1.1.x (user &amp; IP of one my netscreen)</p>
<p>Can you help me on this point?</p>
<p>Thanks in advance,<br />
Romain</p>
]]></content:encoded>
	</item>
</channel>
</rss>
