SSH (Secure shell ) configuration on packet tracer
SSH application's main function is to access remotely from great distances. using your ssh server from remote maintenance can surely must have access rights in particular.
Here is a video tutorial and I praktikan ssh configuration using packet tracer simulator.
Here is a video tutorial and I praktikan ssh configuration using packet tracer simulator.
| Technology & Computers |
SSH PADA ROUTER
==================================
Router>ena
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostnAMe R3
R3(config)#ena pass cisco
R3(config)#line console 0
R3(config-line)#pass cisco
R3(config-line)#login
R3(config-line)#exit
R3(config)#ip domain-name cisco.com
R3(config)#crypto key generate rsa
The name for the keys will be: R3.cisco.com
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]
R3(config)#ip ssh time-out 10
*Mar 1 0:22:6.14: %SSH-5-ENABLED: SSH 1.99 has been enabled
R3(config)#ip ssh authentication-retries 4
R3(config)#username dadang pass qwerty
R3(config)#line vty 0 4
R3(config-line)#exec-timeout 3
R3(config-line)#transport input ssh
R3(config-line)#login local
R3(config-line)#end
R3#
%SYS-5-CONFIG_I: Configured from console by console
R3 # " CONFIG ROUTING CONTINUING WITH THE REQUIRED "
PC ROUTER /REMOTE
#SSH -L DADANG 192.168.1.254 ( DADANG SSH NAME AND 192.168.1.254 IP ROUTER IS intended )