Для настройки SSH2 необходимо дать команды:
router(config)#ip ssh version 2
router(config)#ip domain name my_domain.ru
Brouter(config)#crypto key generate rsa
The name for the keys will be: Bel_off_router.7k.ru
Choose the size of the key modulus in the range of 360 to 2048 for your
General Purpose Keys. Choosing a key modulus greater than 512 may take
a few minutes.
How many bits in the modulus [512]: 1024
% Generating 1024 bit RSA keys, keys will be non-exportable...[OK]
router(config)#aaa new-model
router(config)#username Cisco secret 0 passwrd
router(config)#line vty 0 4
router(config)#transport input telnet ssh
Добавить комментарий