Add dropbear-ssh 0.1.0 (kindlehf) - #6
Open
akshaylahudkar wants to merge 3 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds dropbear-ssh — on-demand SSH/SFTP over WiFi for jailbroken Kindles, repackaging
notmarek/kindle-usbnetlite's dropbear binaries as a KPM hook package (upstream's own OTA/mrpackagesinstaller no longer works on modern jailbreaks — it depends on a no-longer-bundledMRInstallerextension)./mnt/us/usbnetlite/etc/ssh_password; can be preset before install via adropbear_password.txtstaging file.Tested end-to-end (install → launch → real SSH session → survives upgrade/downgrade) on a Kindle PaperWhite 4, kernel
4.1.x— this PR only submits thatkindlehfartifact. There's a second binary build for the broaderkindlehf/older device range that's currently execute-verified only (a real connection attempt crashed mid-SSH-handshake on the one non-PW4 device available), so I'm holding that back for a follow-up PR once it's actually connection-tested on real hardware, per the repo's Creating a Repository guidance to submit here rather than host a separate repo.Source (
install.sh/launch.sh/uninstall.sh, unmodified binaries viakindletool extract) is at https://github.com/akshaylahudkar/dropbear-ssh — happy to make any changes requested.