Konfigurasi SSH pada Router Cisco 2911


Berikut cara konfigurasi router Cisco 2911
Router>enable
Router#configure terminal
Router(config)#enable secret saptono
Router(config)#username andy secret saptono
Router(config)#interface gigabitEthernet 0/0
Router(config-if)#no shutdown
Router(config-if)#ip address 192.168.0.1 255.255.255.0
Router(config-if)#exit
Router(config)#ip ssh version 2
Router(config)#ip domain-name andisaptono.my.id
Router(config)#line vty 0 15
Router(config-line)#transport input ssh 
Router(config-line)#login local 
Router(config-line)#exit
Router(config)#hostname andisaptono
andisaptono(config)#crypto key generate rsa 
The name for the keys will be: andisaptono.andisaptono.my.id
Choose the size of the key modulus in the range of 360 to 4096 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]