Below you will find pages that utilize the taxonomy term “SSH”
Kindle Jailbreak Cheat Sheet
Jailbreak
Tutorial Reference: https://kindlemodding.org/
Scripts Archive: https://scriptlets.notmarek.com/
Plugins/Tools Archive: https://www.mobileread.com/forums/showthread.php?t=225030
Tips
Expedite the process of cleaning filler files on macOS
-
Disable Spotlight on the Kindle
sudo mdutil -i off /Volumes/Kindle -
Expedite the cleaning process (should finish around 2 minutes)
rm -rf /Volumes/Kindle/.active_content_sandbox
Otherwise it may take over an hour to delete the recursive folders (around 5000)
Equivalent/Mapping Paths
Folder /mnt/us/ on Kindle (internally) is the same as /Volumes/Kindle/ (externally) on macOS
Enabling Reverse SSH Tunneling over VLESS + REALITY
Introduction
A brief guide to setting up a stealthy, NAT-transversing SSH tunnel using VLESS + REALITY on Debian. This configuration allows you to securely access a private machine (Client) through a public VPS (Server) while masking traffic as a standard TLS handshake to a legitimate website.
1. Pre-requisites
Have xray-core set up and running with a basic VLESS + REALITY configuration Check the previous article.
This guide focuses on the additional steps to enable SSH tunneling through the established VLESS + REALITY connection.