From 09ace58c569ba7200c54311921b72955a1fc68ce Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 21 Dec 2019 20:01:33 +0100 Subject: [PATCH] fix dropbear instructions in readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b7b428..ed87fbc 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ reboot # Unlock the disk after booting the server from disk: -# Dropbear is configured on 222 -ssh -p 222 /bin/cryptroot-unlock +# Dropbear is configured on 222 and only allows the user root +ssh -p 222 root@ +cryptroot-unlock ``` `setup.sh` executes the hardware specific template files, debootstraps and invokes the actual installer inside the fresh environment.