Following this guide: https://wiki.mobileread.com/wiki/Kindle4NTHacking#SSH.
Using Kindle 4.1 and macOS 10.14.
- Connect the Kindle. It should be recognized as a USB Mass Storage Device.
- Download the jailbreak archive
- Copy
data.tar.gz
,ENABLE_DIAGS
, anddiagnostic_logs
to the Kindle folder. - Restart the Kindle into Diagnostics Mode.
- Reboot the Kindle from the Diagnostics Mode. Reboot screen should show jailbroken screensaver.
- Download the USBNetwork archive needed to enable SSH over network access.
- Edit the
usbnet/etc/config
file if needed. I changed:K3_WIFI="true"
USE_OPENSSH="true"
- (Optional)
K3_WIFI_SSHD_ONLY="true"
(only after first time connecting via SSH and setting up auto-enabled USBNetwork)
- (Optional) rename
usbnet/DISABLED_auto
tousbnet/auto
to enable USBNetwork Utility start on device startup. - Enable the USBNetwork Utility from the Kindle (enable the keyboard if needed); type:
;debugOn
~usbNetwork
;debugOff
- Connect the Kindle again.
- Manually configure the device IPv4:
- IP Address: 192.168.15.201
- Subnet: 255.255.255.0
- Obtain the Kindle root user password:
- Enter the Kindle S/N into the Kindle Root Password Tool to get the root password for SSH access.
- SSH into the Kindle:
ssh [email protected]
and enter password from previous step
Tyler, Thanks for your tutorial. =)
When I try to SSH into my kindle PW2 (5.12.2.1.1) and it asks for the password it keeps saying "Permission denied, please try again"
I have followed your steps
SSH
Downloaded and installed kindle-usbnet-0.22.N-r18833
edits in
usbnet/etc/config
USE_WIFI="true"
USE_WIFI_SSHD_ONLY="false"
USE_OPENSSH="true"
QUIET_DROPBEAR="false"
TWEAK_MAC_ADDRESS="true"
I've changed the file once to see if it worked after that I used the
Enable SSH at boot
option and did a reboot.(See 3. , still would like to know where you would write these commands ?)
Done
Done on Linux Mint, it says its connected
This website gives me 4 passwords
mario
fiona3a0
fionaf97
fionaf974
(The first time I requested the passwords I didn't capitalize the Letters in my serial number, I did so after which gave me these passwords)When I type
ssh [email protected]
it will ask me for the root password but none of the provided passwords from 7. seem to be working (I get this messagePermission denied, please try again.
)Any idea what I'm doing wrong ?