Browse Source

docs(deep-in-system) fix styling

pull/2011/head
Zouhair AMAZZAL 1 year ago committed by Zouhair AMAZZAL
parent
commit
f9d454aea3
  1. 6
      subjects/devops/deep-in-system/README.md
  2. 2
      subjects/devops/deep-in-system/audit/README.md

6
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: <Your generated 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: <Use your custom 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: <Use your custom password>
`nami` user password: Use your custom password
> You will use your custom password for the audit session!
> Don't enable anonymous access!

2
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: <The student's generated ssh 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?

Loading…
Cancel
Save