среда, 14 декабря 2011 г.

SSH на CISCO (routers and switches)

Конфигурация SSH на роутерах cisco
 
Router(config)# hostname R2
 
R2(config)# ip domain-name cisco.com
R2(config)# crypto key generate rsa 
                   Здесь желательно выбрать 1024

R2(config)# username student secret cisco
R2(config)# line vty 0 4
R2(config-line)# transport input ssh
R2(config-line)# login local
 
R2(config)# ip ssh version 2
R2(config)# ip ssh time-out 30
R2(config)# ip ssh authentication-retries 2

Комментариев нет:

Отправить комментарий