diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-01-26 23:16:40 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-01-26 23:16:40 +0000 |
commit | 4d70287e53c29bbc36398db59d9647d866341192 (patch) | |
tree | 2e3a652832d186275d64bb6c7e57034a91e82810 /system/early-ssh/README | |
parent | d1d463e693af5d499f26f0b15d2bccfcd8c2c93d (diff) |
system/early-ssh: Added (SSH server during boot).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/early-ssh/README')
-rw-r--r-- | system/early-ssh/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/early-ssh/README b/system/early-ssh/README new file mode 100644 index 0000000000000..e4d729bd74e22 --- /dev/null +++ b/system/early-ssh/README @@ -0,0 +1,11 @@ +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... |