diff options
| author | W. Kosior <koszko@koszko.org> | 2026-03-03 18:54:28 +0100 |
|---|---|---|
| committer | W. Kosior <koszko@koszko.org> | 2026-03-03 18:54:28 +0100 |
| commit | 642189d51b7980bfd9aa2dbbf6ce522153e7e501 (patch) | |
| tree | e3b5a5c5fb2d374a70adc8e9ad83c03ee54db1bf /labs | |
| parent | 3b7676373e5dc43d592ebb248ade38ec9c91b29d (diff) | |
| download | AGH-OS-security-magister.tar.gz AGH-OS-security-magister.zip | |
Add sed command for modifying the SSH daemon config.magister
Diffstat (limited to 'labs')
| -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 |
