SSH in Backtrack5R2 nutzen

Oftmals möchte man den SSH-Dienst in Backtrack 5 nutzen. Dies ist normalerweise auch kein Problem. Im Release R2 kann man ihn leider nicht mehr sofort einsetzen. Er ist zwar vorkonfiguriert, muss aber noch mit zwei Schritten für den Einsatz vorbereitet werden. Das sieht wie folgt aus:

root@bt:~# sshd-generate 
Generating public/private rsa1 key pair.
Your identification has been saved in /etc/ssh/ssh_host_key.
Your public key has been saved in /etc/ssh/ssh_host_key.pub.
The key fingerprint is:
8c:f1:54:a0:cb:c3:86:a9:a0:85:6d:32:0e:13:e4:8a root@bt
The key's randomart image is:
+--[RSA1 2048]----+
| .      ...      |
|o      . .       |
|..    o .        |
|o+   = B         |
|E + o B S        |
|+B . . .         |
|...              |
|                 |
|                 |
+-----------------+
Generating public/private rsa key pair.
Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
The key fingerprint is:
75:0d:25:73:cf:92:13:e3:0d:d8:5c:53:d7:37:60:71 root@bt
The key's randomart image is:
+--[ RSA 2048]----+
|            +OOE*|
|            oB+X=|
|          . . * *|
|         . .   o |
|        S        |
|                 |
|                 |
|                 |
|                 |
+-----------------+
Generating public/private dsa key pair.
Your identification has been saved in /etc/ssh/ssh_host_dsa_key.
Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.
The key fingerprint is:
75:bb:ce:95:d5:e9:c8:46:d6:bb:fc:de:55:82:4d:c0 root@bt
The key's randomart image is:
+--[ DSA 1024]----+
|           ..    |
|            E.   |
|          . . .  |
|         . . =. o|
|        S   oooo+|
|            +.o+o|
|            .+oo.|
|           o... +|
|            o  +=|
+-----------------+
root@bt:~# 

									

Der Service startet nicht mehr automatisch. Er kann aber manuell gestartet bzw. gestoppt werden

/etc/init.d/ssh start
/etc/init.d/ssh stop

									

Um den SSH-Dienst nach dem Hochfahren automatisch zu starten, richtet man das System wie folgt ein:

update-rc.d -f ssh defaults

update-rc.d: warning: ssh stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (none)
 Adding system startup for /etc/init.d/ssh ...
   /etc/rc0.d/K20ssh -> ../init.d/ssh
   /etc/rc1.d/K20ssh -> ../init.d/ssh
   /etc/rc6.d/K20ssh -> ../init.d/ssh
   /etc/rc2.d/S20ssh -> ../init.d/ssh
   /etc/rc3.d/S20ssh -> ../init.d/ssh
   /etc/rc4.d/S20ssh -> ../init.d/ssh
   /etc/rc5.d/S20ssh -> ../init.d/ssh

									

Schreibe einen Kommentar

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

Diese Seite verwendet Cookies, um die Nutzerfreundlichkeit zu verbessern. Mit der weiteren Verwendung stimmst du dem zu.

Datenschutzerklärung