千家信息网

Cisco设备配置SSH登录

发表于:2025-01-20 作者:千家信息网编辑
千家信息网最后更新 2025年01月20日,一 试验拓扑二 Server配置①配置hostname和domain name因为rsa的秘钥是用hostname和domain name产生的Router(config)#host ServerSe
千家信息网最后更新 2025年01月20日Cisco设备配置SSH登录

一 试验拓扑

二 Server配置

①配置hostname和domain name

因为rsa的秘钥是用hostname和domain name产生的

Router(config)#host Server

Server(config)#ip domain name test.com

②生成RSA秘钥

当生成rsa秘钥后ssh服务会自动开启,反之会自动关闭

要删除 RSA 密钥对,请使用 crypto key zeroize rsa 全局配置模式命令。删除 RSA 密钥对之后,SSH 服务器将自动禁用

Server(config)#crypto key generate rsa

The name for the keys will be: Server.test.com

Choose the size of the key modulus in the range of 360 to 4096 for your

General Purpose Keys. Choosing a key modulus greater than 512 may take

a few minutes.

How many bits in the modulus [512]: 2048 //设置秘钥长度

% Generating 2048 bit RSA keys, keys will be non-exportable...

[OK] (elapsed time was 7 seconds)

Server(config)#

*May 2 09:50:12.583: %SSH-5-ENABLED: SSH 1.99 has been enabled //ssh自动开启


③配置用户名和密码

Server(config)#username admin privilege 0 secret cisco //这里如果privilege不是0 在ssh时就会自动进入特权模式(即不需要enable命令也不需要enable密码)


④配置enable密码

Server(config)#enable secret cisco


⑤配置vty

Server(config)#line vty 0 4

Server(config-line)#exec-timeout 10 0

Server(config-line)#logging synchronous

Server(config-line)#login local

Server(config-line)#transport input ssh


⑥ssh的其他设置

Server(config)#ip ssh time-out 120 //ssh超时时间

Server(config)#ip ssh authentication-retries 2 //ssh认证失败的次数

Server(config)#ip ssh version 2 //ssh的版本

Server(config)#ip ssh source-interface fastEthernet 0/0 //指定接口如果有vlan也可以,当指定接口后设备上的其他接口就不能被ssh


三 测试登录

注意:在cisco设备上面使用ssh命令需要指定用户(如果本地未配置username)

Client#ssh -l admin 12.1.1.2 Passwor

Password:

Server>en

Password:

Server#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Server(config)#end


配置 命令 密码 接口 设备 密钥 模式 用户 服务 生成 登录 全局 拓扑 时间 服务器 次数 版本 特权 用户名 长度 数据库的安全要保护哪些东西 数据库安全各自的含义是什么 生产安全数据库录入 数据库的安全性及管理 数据库安全策略包含哪些 海淀数据库安全审计系统 建立农村房屋安全信息数据库 易用的数据库客户端支持安全管理 连接数据库失败ssl安全错误 数据库的锁怎样保障安全 松江区管理软件开发业务流程 定制网络技术服务计划表 视频服务器可以控制球机吗 微信账单保留多少时间服务器端 江阴自动软件开发服务电话 电商软件开发大概多少钱 辽宁阿波罗软件开发有限公司 网络技术教案网盘 大学生网络安全概述 康耐得串口设备联网服务器接线 数据库自动备份的文件 软件开发测试时间占比 苹果tv激活服务器暂时不可用 HER数据库 济南瀚盟网络技术有限公司怎么样 软件开发工程师是技术工吗 服务器安装程序时间 密码学与网络安全豆瓣 王者荣耀注销为什么还显示服务器 紫光恒越服务器系统安装 微信账单保留多少时间服务器端 江阴自动软件开发服务电话 英雄联盟连不上服务器语音正常 四平网络安全负责人 识芯网络安全审核员 电商管理软件开发 游戏软件开发摘要 网络监控需要无线网络技术 app软件开发需要什么软件 中国网络安全管理学院
0