Cisco iOS Notes
Basic Auth S1#enable S1#configure t Enter configuration commands, one per line. End with CNTL/Z. S1(config)#line console 0 S1(config-line)#password cisco S1(config-line)#login S1(config-line)#end S1#exit LAB SSH Setup R1#enable R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#ip domain-name got.com R1(config)#crypto key generate rsa general-keys modulus 1024 The name for the keys will be: R1.got.com % The key modulus size is 1024 bits % Generating 1024 bit RSA keys, keys will be non-exportable…[OK] ...