Конфигуриране на SSH сървър при Cisco IOS
от БАРЗИКТ Wiki
Configuring Secure Shell on Routers and Switches Running Cisco IOS
Конфигурационни команди
Router> enable Router# configure termninal 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