SSH (Secure shell ) configuration on packet tracer

Cyber Linggau
Fungsi utama aplikasi SSH ini adalah untuk mengakses secara remote dari jarak yang jauh. dengan menggunakan ssh anda dapat maintenance server dari jauh tentunya harus mempunyai hak akses secara khusus. 

Berikut adalah tutorial dan video configuration ssh  yang saya praktikan menggunakan simulator packet tracer

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# " DILANJUTKAN DENGAN CONFIG ROUTING YANG DIBUTUHKAN"

PADA PC ROUTER /REMOTE

#SSH -L DADANG 192.168.1.254 (DADANG NAME SSH DAN 192.168.1.254 ADALAH IP ROUTER YANG DITUJU)

Posting Komentar

Lebih baru Lebih lama