<?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>Networking Blog &#187; Configure</title>
	<atom:link href="http://blog.webdir.bg/tag/configure/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.webdir.bg</link>
	<description>Networking - Cisco, Juniper, Linux</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:09:52 +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>Huawei Quidway enable ssh</title>
		<link>http://blog.webdir.bg/huawei-quidway-enable-ssh/</link>
		<comments>http://blog.webdir.bg/huawei-quidway-enable-ssh/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 09:22:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Huawei]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://blog.webdir.bg/?p=279</guid>
		<description><![CDATA[Configure (enable) SSH server on Huawei Quidway switch]]></description>
			<content:encoded><![CDATA[<p>To enable ssh service on Huawei Quidway switch, generate rsa local public key pairs:</p>
<pre>&lt;Quidway&gt;system-view
Enter system view, return user view with Ctrl+Z.
[Quidway]rsa local-key-pair create
The key name will be: Quidway_Host
The range of public key size is (512 ~ 2048).
NOTES: If the key modulus is greater than 512,
 It will take a few minutes.
Input the bits in the modulus[default = 512]:1024
Generating keys...
......................................++++++
.....++++++
..++++++++
.........++++++++

[Quidway]
</pre>
<p>Create username and password:<span id="more-279"></span></p>
<pre>system-view
Enter system view, return user view with Ctrl+Z.
[Quidway]aaa
[Quidway-aaa]local-user root password cipher YourPassword
[Quidway-aaa]local-user root level 15
[Quidway-aaa]local-user root service-type ssh telnet
[Quidway-aaa]quit
[Quidway]
[Quidway]display current-configuration configuration aaa
#
aaa
 local-user root password cipher XXXXXXXXX
 local-user root service-type terminal ssh
 authentication-scheme default
 #
 authorization-scheme default
 #
 accounting-scheme default
 #
 domain default
 #
#
</pre>
<p>Configure SSH server:</p>
<pre>[Quidway]stelnet server enable
Info:Start STELNET server
[Quidway]ssh user root authentication-type password
Info:A new ssh user added
[Quidway]ssh user root service-type stelnet
</pre>
<p>Configure virtual user terminal interface:</p>
<pre>[Quidway]user-interface vty 0 4
[Quidway-ui-vty0-4]authentication-mode aaa
[Quidway-ui-vty0-4]protocol inbound ssh
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.webdir.bg/huawei-quidway-enable-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

