华为SSH实验

华为SSH实验

实验拓扑:

实验要求:从SSH客户端AR1采用stelnet方式登录到SSH 服务器端。

实验步骤:

1.完成基本配置(略)

sys

Enter system view, return user view with Ctrl+Z.

AR1\]sys CLIENT \[CLIENT\]INT g0/0/0 \[CLIENT-GigabitEthernet0/0/0\]ip add 10.1.1.2 24 sys Enter system view, return user view with Ctrl+Z. \[AR4\]sys SERVER \[SERVER\]INT g0/0/0 \[SERVER-GigabitEthernet0/0/0\]ip add 10.1.1.2 24 2.在server端配置安全密钥对 \[SERVER\]rsa local-key-pair create The key name will be: Host % RSA keys defined for Host already exist. Confirm to replace them? (y/n)\[n\]:y 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\]:512 Generating keys... ...++++++++++++ ...++++++++++++ ...++++++++ ...++++++++ \[SERVER

SERVER\]dis rsa local-key-pair public 在服务器端查看刚刚配置的公钥 3.在服务器端创建VTY服务 \[SERVER\]user-interface vty 0 4 启用VTY服务 \[SERVER-ui-vty0-4\]authentication-mode aaa 认证模式采用AAA \[SERVER-ui-vty0-4\]protocol inbound ssh 定义流量(从外面进来的流量是ssh) \[SERVER-ui-vty0-4\]q 4.在服务端配置AAA服务 \[SERVER\]aaa 启用AAA服务 \[SERVER-aaa\]local-user zyh password cipher huawei 配置本地用户zyh密码是huawei \[SERVER-aaa\]local-user zyh service-type ssh 用户zyh服务类型是ssh \[SERVER-aaa\]local-user zyh privilege level 3 用户zyh的运行级别是三级 \[SERVER-aaa\]q 5.在服务端配置SSH用户的访问认证方式并启用stelnet服务 \[SERVER\]ssh user zyh authentication-type password Authentication type setted, and will be in effect next time \[SERVER\]stelnet server enable 系统默认该服务是关闭的所以使用时候需要开启 6.配置客户端 sys \[CLIENT\]ssh client first-time enable 把客户端首次使用SSH开启 7.进行测试 \[CLIENT\]stelnet 10.1.1.2 Please input the username:zyh Trying 10.1.1.2 ... Press CTRL+K to abort Connected to 10.1.1.2 ... The server is not authenticated. Continue to access it? (y/n)\[n\]:y Save the server's public key? (y/n)\[n\]:y The server's public key will be saved with the name 10.1.1.2. Please wait... Enter password: 采用SSH服务安全登录到远程服务端设备,实验成功。 小结:采用stelnet登录目标设备的配置虽有有点繁琐,但安全性却有了极大的提升,特别是密钥对的强度选择和SSH协议的配合使用,安全有了很大的保证。

相关推荐
Yeats_Liao1 小时前
评估体系构建:基于自动化指标与人工打分的双重验证
运维·人工智能·深度学习·算法·机器学习·自动化
爱吃生蚝的于勒1 小时前
【Linux】进程信号之捕捉(三)
linux·运维·服务器·c语言·数据结构·c++·学习
文艺理科生Owen2 小时前
Nginx 路径映射深度解析:从本地开发到生产交付的底层哲学
运维·nginx
期待のcode2 小时前
Redis的主从复制与集群
运维·服务器·redis
听麟3 小时前
HarmonyOS 6.0+ 跨端智慧政务服务平台开发实战:多端协同办理与电子证照管理落地
笔记·华为·wpf·音视频·harmonyos·政务
前端世界3 小时前
从单设备到多设备协同:鸿蒙分布式计算框架原理与实战解析
华为·harmonyos
wangjialelele3 小时前
Linux下的IO操作以及ext系列文件系统
linux·运维·服务器·c语言·c++·个人开发
HypoxiaDream4 小时前
LINUX-Ext系列⽂件系统
linux·运维·服务器
小毛驴8504 小时前
Linux curl 命令用法
linux·运维·chrome
李斯啦果4 小时前
【Linux】Linux目录配置
linux·运维·服务器