拓扑图
AR1(服务端):
interface GigabitEthernet0/0/0
ip address 10.41.1.1 255.255.255.0
#
stelnet server enable
#
aaa
local-user ein password cipher root
local-user ein privilege level 3
local-user ein service-type ssh
#
user-interface vty 0 4
authentication-mode aaa
protocol inbound ssh
#
rsa local-key-pair create
LSW1(客户端):
vlan batch 10
#
interface Vlanif10
ip address 10.41.1.2 255.255.255.0
#
interface Ethernet0/0/1
port link-type access
port default vlan 10
#
ssh user ein
ssh user ein authentication-type all
ssh user ein service-type stelnet
ssh client first-time enable