最佳答案
# 生成RSA密钥对。
<H3C>system-view //进入系统视图
System View: return to User View with Ctrl+Z.
[H3C]public-key local create rsa //生成RSA密钥对
The range of public key size is (512 ~ 2048).
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 //生成DSA密钥对
The range of public key size is (512 ~ 2048).
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 //启动SSH服务器
Info: Enable SSH server.
# 配置VLAN虚接口Vlan-interface 1的IP地址为192.168.1.1,此地址作为SSH服务器的登录地址。
[H3C]interface Vlan-interface 1 //进入vlan1虚接口
[H3C-Vlan-interface1] ip address 192.168.1.1 255.255.255.0 //配置接口IP地址为192.168.1.1,掩码为24位
[H3C-Vlan-interface1]quit //退出当前视图
# 设置SSH客户端登录用户界面的认证方式为scheme方式。
[H3C]line vty 0 4 //进入VTY 0~4用户界面视图
[H3C-line-vty0-4]authentication-mode scheme //认证方式为scheme用户名+密码的方式
# 设置Switch上远程用户登录协议为SSH。
[H3C-line-vty0-4]protocol inbound ssh //设置远程用户登录协议为SSH
[H3C-line-vty0-4]quit //退出当前视图
# 创建本地用户client001,密码为aabbcc,并设置用户访问的命令级别为network-admin。
[H3C]local-user client001 //创建本地用户client001
[H3C-luser-client001]password simple aabbcc //密码为aabbcc
[H3C-luser-client001]service-type ssh //服务类型为ssh
[H3C-luser-client001]authorization-attribute user-role network-admin //权限级别为管理员权限
[H3C-luser-client001]quit //退出当前视图
#保存配置
[H3C]save force //保存配置
(0)
密码修改一下,可以直接黏贴
ssh server enable
local-user admin class manage
password sim admin@123456
service-type ssh terminal
authorization-attribute user-role network-admin
line vty 0 4
authentication-mode scheme
user-role network-admin
protocol inbound ssh
(0)
暂无评论
您好,请知:
以下是SSH的配置案例,请参考:
1、配置基础网络,确保终端能PING通交换机
2、创建管理员账号,赋予最高权限,并只能通过SSH登录
3、开启SSH功能。
4、调用SSH到VTY
1、基础网络配置:
<H3C>sys
System View: return to User View with Ctrl+Z.
[H3C]vlan 10
[H3C-vlan10]quit
[H3C]int vlan 10
[H3C-Vlan-interface10]ip address 192.168.124.254 24
[H3C-Vlan-interface10]quit
[H3C]int gi 1/0/1
[H3C-GigabitEthernet1/0/1]port link-type access
[H3C-GigabitEthernet1/0/1]port access vlan 10
[H3C-GigabitEthernet1/0/1]quit
2、创建管理员账号,并赋予最高权限,仅允许SSH登录
[H3C]local-user admin
New local user added.
[H3C-luser-manage-admin]password simple admin
[H3C-luser-manage-admin]service-type ssh
[H3C-luser-manage-admin]authorization-attribute user-role network-admin
[H3C-luser-manage-admin]quit
4、开启SSH功能
[H3C]ssh server enable
5、在VTY调用本地用户登录
[H3C]line vty 0 4
[H3C-line-vty0-4]authentication-mode scheme
[H3C-line-vty0-4]protocol inbound ssh
[H3C-line-vty0-4]quit
6、设置电脑IP,并PING通交换机
7、测试SSH远程登陆管理
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论