domain name spb.wse
R2(config)#crypto key generate rsa
How many bits in the modulus [512]: 1024
R2(config)#username admin privilege 15 secret Pa$$w0rd
R2(config)#aaa new-model
R2(config)#ip ssh version 2
R2(config)#line vty 0 4
R2(config-line)#transport input ssh
R2(config-line)#logging synchronous
R2(config-line)#privilege level 15
R2(config-line)#exec-timeout 60 0
R2(config-line)#exit
R2(config)#exit
R2#copy run start
SW2#enable
SW2#clock set 11:34:43 14 Jun 2020
SW2#conf t
SW2(config)#ip domain name spb.wse
SW2(config)#hostname SW2
SW2(config)#crypto key generate rsa
How many bits in the modulus [512]: 1024
SW2(config)#username admin privilege 15 secret Pa$$w0rd
SW2(config)#ip ssh version 2
SW2(config)#line vty 0 4
SW2(config-line)#transport input ssh
SW2(config-line)#logging synchronous
SW2(config-line)#privilege level 15
SW2(config-line)#exec-timeout 60 0
SW2(config-line)#exit
SW2(config)#exit
SW2#copy run start
Команды для настройки SSH на примере R2
Команды для настройки SSH на примере SW2