Конфигуриране на SSH сървър при Cisco IOS

от БАРЗИКТ Wiki
Версия от 16:45, 21 март 2015 на Alextz (Беседа | приноси) (Конфигурационни команди)

Направо към: навигация, търсене

Configuring Secure Shell on Routers and Switches Running Cisco IOS

PC Router SSH.png

Конфигурационни команди

Router> enable
Router# configure terminal
Router(config)# hostname R1
R1(config)# ip domain-name test.com
R1(config)# ip ssh version 2
R1(config)# crypto key generate rsa
R1(config)# username admin secret cisco
R1(config)# line vty 0 15
R1(config-line)# login local
R1(config-line)# transport input ssh
R1(config-line)# end