View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000464 | Kali Linux | General Bug | public | 2013-07-28 03:58 | 2020-12-01 10:48 |
Reporter | gvibe06 | Assigned To | steev | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Raspberry Pi | OS | Kali | OS Version | 1.0 |
Fixed in Version | 1.0.5 | ||||
Summary | 0000464: Kali 1.0.4 for Raspberry Pi NO SSH? NO TTY? | ||||
Description | Just downloaded and imaged a new SD Card with the Kali v1.0.4 for Raspberry Pi (armel) and I believe that neither SSH nor TTY is enabled by default. $ ssh [email protected] $ ping -c 4 10.71.1.121
$ arp -n -a Tried connecting via Minicom and I get no response via Serial either. | ||||
Steps To Reproduce |
| ||||
Additional Information | You must know that most Raspberry Pi's do not come with any sort of monitor or keyboard, so we kind of need at the very least Serial capabilities to login for the first time. NOTE: v1.0.0 did not have this problem | ||||
I'll fix this and get a new image up soon, until then, you can edit /etc/inittab on the sdcard and add at the bottom: T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100 SSH however is disabled by default on all Kali installations, so you'll need to login either on serial, or add a keyboard and monitor to the rpi, and run dpkg-reconfigure openssh-server to generate new ssh keys (due to openssh on debian generating keys when being installed we remove the keys before making the image otherwise every rpi out there would have the same ssh keys) and then run update-rc.d ssh enable (to enable the service at boot time) |
|
I ran into this problem and have a suggestion. I also do not use keyboard, mouse or serial to access my pi. My suggestion - can you enable Telnet for a "first run" instance. In this way telent can be used to configure SSH and disable telnet. |
|
Thanks for the report, we've enabled ssh for the rpi image. It is HIGHLY recommended that after the first time you connect that you change your ssh keys as all rpi images will have the same keys. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2013-07-28 03:58 | gvibe06 | New Issue | |
2013-07-30 14:47 | steev | Note Added: 0000655 | |
2013-07-30 14:47 | steev | Assigned To | => steev |
2013-07-30 14:47 | steev | Status | new => assigned |
2013-07-31 13:34 | steev | Status | assigned => confirmed |
2013-08-21 18:48 | asmallri | Note Added: 0000778 | |
2013-09-05 18:12 | steev | Note Added: 0000824 | |
2013-09-05 18:12 | steev | Status | confirmed => resolved |
2013-09-05 18:12 | steev | Fixed in Version | => 1.0.5 |
2013-09-05 18:12 | steev | Resolution | open => fixed |
2013-09-21 05:11 | thrasher12ga | Issue cloned: 0000603 | |
2020-12-01 10:48 | g0tmi1k | Priority | high => normal |