slackbuilds_ponce/system/early-ssh
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
early-ssh.info
early-ssh.SlackBuild
README
README.Slackware
slack-desc
slack.diff

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...