您ssh 192.168.97.97
从 IOS 设备发出命令,目标 IOS 路由器/交换机 SSH 服务器接受这两个 SSH 版本。由于您没有指定在 SSH 客户端上使用的版本,那么将使用哪个版本的 SSH 连接到 IOS SSH 服务器?
Cisco IOS内置SSH客户端默认版本
网络工程
转变
路由器
思科-ios
ssh
2021-07-03 17:48:26
1个回答
适用于 IOS 12.1(19)E 及更高版本的 ssh 版本 2
从一个交换机到另一个交换机的 SSH...出于我无法解释的原因,Cisco 将 SSHv2 称为 SSH-1.99...
SRV1#debug ip ssh client
SSH Client debugging is on
SRV1#ssh 10.19.1.2
Password:
Jun 4 13:45:28.747 CDT: SSH1: sent protocol version id SSH-1.99-Cisco-1.25 <-----
Jun 4 13:45:28.787 CDT: SSH CLIENT0: protocol version id is - SSH-1.99-Cisco-1.25
Jun 4 13:45:28.787 CDT: SSH CLIENT0: sent protocol version id SSH-1.99-Cisco-1.25
连接到 IOS 时也来自 linux...
[mpenning@something ~]$ ssh -v dst1
OpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to dst1 [10.19.1.1] port 22.
debug1: Connection established.
debug1: identity file /home/mpenning/.ssh/identity type -1
debug1: identity file /home/mpenning/.ssh/id_rsa type 1
debug1: identity file /home/mpenning/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version Cisco-1.25 <-------
debug1: no match: Cisco-1.25
debug1: Enabling compatibility mode for protocol 2.0 <--------
debug1: Local version string SSH-2.0-OpenSSH_5.3
其它你可能感兴趣的问题