ssh
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ssh [2026/01/19 17:02] – hypha | ssh [2026/02/10 02:25] (current) – use proper dokuwiki monospace 1e1001 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | You can get root ssh on the device relatively easily by remounting the filesystem read-write and modifying / | + | ====== SSH ====== |
| - | Placing something like the following in `/ | + | |
| + | You can get root ssh on the device relatively easily by remounting the filesystem read-write and modifying ''/ | ||
| + | |||
| + | Placing something like the following in '' | ||
| <code bash> | <code bash> | ||
| #!/bin/sh | #!/bin/sh | ||
| Line 7: | Line 10: | ||
| mount -o remount,rw / | mount -o remount,rw / | ||
| + | echo ' | ||
| echo "Port 22" > / | echo "Port 22" > / | ||
| echo " | echo " | ||
ssh.1768842172.txt.gz · Last modified: by hypha
