SSH (Secure Shell)
RBJ
|
Title
|
:
|
SSH (Secure Shell)
|
Issue Date
|
:
|
21 Agustus 2016
|
|
Prepare By
|
:
|
Yada Aulia
|
|
Class
|
:
|
XII TKJ 2
|
|
Teacher
|
:
|
Suyatno, S.Kom
|
|
|
SMK AL-BAHRI KOTA BEKASI
|
SSH
Melanjutkan
topologi sebelumnya, karena jalur telnet menggunakan clear text yang nberarti
jalur yang lewat masih bisa dilihat (tidak aman), maka untuk mengamankan jalur
remot ini bisa menggunakan SSH (Secure Shell).
Yang
diperhatikan untuk membuat SSH adalah:
1.
Hostname
tidak boleh default
2.
Harus
ada domain name
3.
Authentication
nya menggunakan username dan password
4.
Deskripsikan
dijalur telnet bahwa akan menggunakan SSH
5.
Generate
Crypto Key
Config di Routernya:
RT0(config)#ip domain
% Incomplete command.
RT0(config)#ip domain-name yada.com
RT0(config)#crypto key generate rsa
The name for
the keys will be: RT0.yada.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]:
512
% Generating
512 bit RSA keys, keys will be non-exportable...[OK]
Penjelasan:
Pada bagian
perintah “crypto key generate rsa” akan ditanyakan berapa panjang bit yang
ingin dimasukkan, pilihannya 512 dan maksimal 2048, itu menandakan panjang key
datanya, semakin panjang key data akan semakin aman, tetapi semakin membebani
perangkat. Jika hanya untuk belajar gunakan yang 512 saja.
Berikut ini untuk menampilkan hasil encripsi key:
RT0>enable
Password:
RT0#conf
RT0#configure
ter
RT0#configure
terminal
Enter
configuration commands, one per line.
End with CNTL/Z.
RT0(config)#do sh crypto key
mypubkey rsa
% Key pair
was generated at: 0:3:30 UTC Mar 1 1993
Key name:
RT0.yada.com
Storage Device: not specified
Usage: General Purpose Key
Key is not exportable.
Key Data:
00003437
000000f2 0000135b 00005cc7
00007f39 000059b0 00000b17
000061ec
000053fe
00003303 00006b71 00002220
00007cdd 0000543c 00002b8a
000010d2
00005515
00004aea 000004bc 00001bbe
00000603 00000346 00003976
266f
% Key pair
was generated at: 0:3:30 UTC Mar 1 1993
Key name:
RT0.yada.com.server
Temporary
key
Usage: Encryption Key
Key is not exportable.
Key Data:
00002499
00003fce 00003e47 00005f02
0000430b 0000342f 00007938
0000502e
00004acb
00004768 00000b5f 00005481
000032b8 0000412d 000058b1
00004eec
00006593
00006689 00004218 00004c82
00006cb2 000049c8 000045c6
737d
0 Response to "SSH (Secure Shell)"
Posting Komentar