首页 科技问答 VQNy93,H3C E126A

VQNy93,H3C E126A

科技问答 195
1679066067,CRM论坛(CRMbbs.com)——一个让用户更懂CRM的垂直性行业内容平台,CRM论坛致力于互联网、客户管理、销售管理、SCRM私域流量内容输出5年。 如果您有好的内容,欢迎向我们投稿,共建CRM多元化生态体系,创建CRM客户管理一体化生态解决方案。内容来源:知了社区

问题描述:

华三 E126A V3版本的,配置AAA应用到telnet,ssh,线下的console

组网及组网描述:

华三 E126A V3版本的,配置aaa应用到telnet,ssh,线下的console

13小时前提问

您好,SSH的配置参考命令如下:

local-user admin class man

password plain admin

service-type ssh

quit

ssh server enable

ssh user admin service-type stelnet authenciation-type all

public-key local create rsa

user-interface vty 0 4

authentication-mode scheme

quit

13小时前回答

暂无

# 生成RSA密钥对。

<H3C>system-view   

System View: return to User View with Ctrl+Z.

[H3C]public-key local create rsa

The range of public key size is (512 ~ 

NOTES: If the key modulus is greater than 512,      

It will take a few minutes.     

Press CTRL+C to abort.

Input the bits of the modulus[default = 1024]:

Generating Keys...

++++++++++++++++++++++++++++++++++++++

+++++++++++

+++++++++++++

+++

# 生成DSA密钥对。

 [H3C]public-key local create dsa

The range of public key size is (512 ~ 

NOTES: If the key modulus is greater than 512,      

It will take a few minutes.     

Press CTRL+C to abort.

Input the bits of the modulus[default = 1024]:

Generating Keys...

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++*+++++++++++++

 

# 启动SSH服务器。

[H3C]ssh server enable 

Info: Enable SSH server.

# 配置VLAN虚接口Vlan-interface 1的IP地址为192.168.1.1,此地址作为SSH服务器的登录地址。

[H3C]interface Vlan-interface 1

[H3C-Vlan-interface1] ip address 192.168.1.1 255.255.255.0

[H3C-Vlan-interface1]quit

# 设置SSH客户端登录用户界面的认证方式为password认证。

 [H3C] line vty 0 4   

[H3C- line-vty0-4]authentication-mode scheme 

# 设置Switch上远程用户登录协议为SSH。

[H3C- line-vty0-4]protocol inbound ssh

[H3C- line-vty0-4]quit

# 创建本地用户client001,密码为aabbcc,并设置用户访问的命令级别为network-admin。

[H3C]local-user client001

New local user added.

[H3C-luser-client001]password simple aabbcc

[H3C-luser-client001]service-type ssh

[H3C-luser-client001]authorization-attribute user-role network-admin

[H3C-luser-client001]quit

# 配置SSH用户client001的服务类型为Stelnet,认证方式为password认证(此步骤非必配)。

[H3C]ssh user client001 service-type stelnet authentication-type password

#保存配置

[H3C]save force

13小时前回答

暂无

你正在,H3C E126A

AAA