From f9d454aea3edfd1a61b580f1a36c7b48f75b2794 Mon Sep 17 00:00:00 2001 From: Zouhair AMAZZAL Date: Wed, 10 May 2023 09:59:14 +0100 Subject: [PATCH] docs(deep-in-system) fix styling --- subjects/devops/deep-in-system/README.md | 6 +++--- subjects/devops/deep-in-system/audit/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/devops/deep-in-system/README.md b/subjects/devops/deep-in-system/README.md index 51033f4f5..fe4381f3a 100644 --- a/subjects/devops/deep-in-system/README.md +++ b/subjects/devops/deep-in-system/README.md @@ -79,7 +79,7 @@ You have to create 2 users in your server as follows: - SSH authentication Method: Public key-based authentication - Home directory: `/home/luffy` - Sudoer: yes -- ssh-key: +- ssh-key: Your generated ssh key > You have to keep your ssh key ready for the audit session! @@ -87,7 +87,7 @@ You have to create 2 users in your server as follows: - SSH authentication Method: Password authentication - Home directory: `/home/zoro` -- password: +- password: Use your custom password - sudoer: no > You will use your custom password for the audit session! @@ -95,7 +95,7 @@ You have to create 2 users in your server as follows: - Install an FTP server and create a user `nami`. The user `nami` can access via FTP only to `/backup` with read-only access. - `nami` user password: + `nami` user password: Use your custom password > You will use your custom password for the audit session! > Don't enable anonymous access! diff --git a/subjects/devops/deep-in-system/audit/README.md b/subjects/devops/deep-in-system/audit/README.md index 8a24a8c9f..c54a34e6f 100644 --- a/subjects/devops/deep-in-system/audit/README.md +++ b/subjects/devops/deep-in-system/audit/README.md @@ -205,7 +205,7 @@ Otherwise, the student must show what firewall is used. The student should connect to the machine with the "luffy" user by using this ssh key: -- Private key: +- Private key: The student's generated ssh key ###### Is the student able to connect to the machine with the "luffy" user by using the private key and without using any password?