diff options
| -rw-r--r-- | labs/01-secure-booting.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/labs/01-secure-booting.org b/labs/01-secure-booting.org index 39baba0..ab1f006 100644 --- a/labs/01-secure-booting.org +++ b/labs/01-secure-booting.org @@ -24,6 +24,7 @@ debian.org]] modified in the following ways - credentials set to root/security - packages =efibootmgr=, =efitools= and =openssh-server= installed - sshd configured to allow login as root using password + (=sed -i 's_#\(PermitRootLogin \).*_\1yes_' /etc/ssh/sshd_config=) Verify that you are able to start the VM and log in. You can choose to do it with a graphical interface. In this case, switch to the "serial-0" tab in |
