浅塘在线--儿时的记忆,老家村门口一口浅塘,是儿童时光差不多全部美好时光的记忆,游泳嬉水、抓鱼钓鱼、捞螺丝、漂石仗、淘硬币、以及生活中各种洗洗涮涮~·

 找回密码
 立即注册

微信登录

微信扫一扫,快速登录

搜索
热搜: 活动 交友 discuz

社区广播台

查看: 130|回复: 0

Configuring Secure Shell on Cisco IOS Routers

[复制链接]

4万

主题

4万

帖子

13万

积分

版主

Rank: 7Rank: 7Rank: 7

积分
134973
发表于 2019-4-12 10:32:33 | 显示全部楼层 |阅读模式
Hardware and Software Versions
The information in this document is based on the software version below.

Cio IOS 3600 Software (C3640-IK9S-M), Version 12.2(2)T1

SSH was introduced into IOS platforms/images as shown below.

SSH Version 1.0 (SSHv1) server was introduced in some IOS platforms/images starting in 12.0.5.S.
SSH clnt was introduced in some IOS platforms/images starting in 12.1.3.T.
SSH terminal-line access (also known as rrse-telnet) was introduced in some IOS platforms/images starting in 12.2.2.T.
[[The No.1 Picture.]]
Testing Authentication Without SSH:
!--- aaa new-model causes the local username/password on the router
!--- to be used in the absence of other aaa statements.
aaa new-model
username cisco password 0 cio
line vty 0 4
!--- Instead of aaa new-model, the login local command may be used.ip domain-name rtp.cio.com
!--- Generate an SSH key to be used with SSH.

Testing Authentication With SSH:
cry key generate rsa
ip ssh time-out 60
ip ssh authentication-retrs 2

ip domain-name rtp.cio.com
!--- Generate an SSH key to be used with SSH.
cry key generate rsa
ip ssh time-out 60
ip ssh authentication-retrs 2

line vty 0 4
!--- Prnt non-SSH telnets.
transport input ssh
ssh
!--- Step 1: Configure hostname if you have not previously done so.
1
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 微信登录

本版积分规则

快速回复 返回顶部 返回列表