Rabu, 14 Desember 2016

KONFIGURASI SSH PADA ROUTER DI PACKET TRASER

Titania Faudi Afifah | 09.25 |
Kali ini saya mahasiswi Manajemen Informatika Politeknik Negeri Lampung akan memposting tentang cara konfigurasi SSH server pada Router di Cisco Packet Tracer . Konfigurasi SSH pada Router Cisco klik router lalu masuk ke menu tag CLI jika muncul seprti dibawah enter saja Press RETURN to get started! Lalu enable router Router>enable Lalu coba kita cek apakah ssh sudah aktif atau belum aktif dengan router#show ip ssh SSH Disabled - version 1.99 %Please create RSA keys (of atleast 768 bits size) to enable SSH v2. Authentication timeout: 120 secs; Authentication retries: 3 Lalu masuk kedalam configure terminal dengan Router#configure terminal Lalu ubah hostname router dengan Router(config)#hostname polinela-router Lalu masukan ip domain-name polinela-router(config)#ip domain-name polinela.ac.id Aktifkan password saat kita mengenable router agar saat kita mengaktifkan ssh kita dapat meremot server melalui client dengan protokol ssh polinela-router(config)#enable password gede Aktifkan ssh server dengan membuat file key generate rsa dengan script. Besarnya bits modulus kita isi dengan 1024 bit. polinela-router(config)#crypto key generate rsa The name for the keys will be: polinela-router.polinela.ac.id 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] polinela-router(config)# Untuk mendisable ssh dapat dilakukan dengan menghapus key generate rsa dengan perintah Crypto key zeroize rsa Lalu ketik script seperti di bawah polinela-router(config)#line vty 0 15 Arti dari line vty 0 15 artinya kita mengizinkan sebanyak 16 ssh sekaligus dalam waktu bersamaan. Lalu atur transport input menjadi ssh polinela-router(config-line)#transport input ? all All protocols none No protocols ssh TCP/IP SSH protocol telnet TCP/IP Telnet protocol dengan cara polinela-router(config-line)#transport input ssh Lalu buat settingan yang mengharuskan memasukkan user dan password untuk masuk dengan script polinela-router(config-line)#login local Lalu ketik end polinela-router(config-line)#end Lalu buat user ssh dengan polinela-router(config)#username gede password gede lalu save konfigurasi dengan polinela-router(config)#exit polinela-router#write Building configuration... [OK] Testing ssh server di client Buka client dengan klik gambar komputer client Lalu buka command prompt Lalub ketik Ssh –l username iprouter

Tidak ada komentar:

Posting Komentar