SlackBuildsOrg/system/early-ssh/README
Andrew Clemons 4d70287e53 system/early-ssh: Added (SSH server during boot).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-01-26 23:16:40 +00:00

11 lines
471 B
Text

early-ssh is a simple initramfs hook, which installs Dropbear SSH server
into your initramfs, and starts it at boottime, so you will be able to
do a lot of things remotely over SSH, before your root partition gets
mounted, for example:
* unlocking LUKS encrypted crypto devices - even your root can be an
encrypted filesystem
* assembling/altering RAID arrays (mdadm)
* checking the root filesystem in read-write mode, taking action in case
of errors
* and so on...