Skip to content
Snippets Groups Projects
Commit d7794076 authored by Gilquin's avatar Gilquin
Browse files

fix: correct how to edit the ssh configuration file

The ssh configuration file in the IFB Cloud base appliance has changed. The previous solution didn't work anymore.
parent 055296c3
No related branches found
No related tags found
1 merge request!2fix: correct some errors
......@@ -207,8 +207,11 @@ docker run -it --volume /:/root/chroot alpine sh -c "chroot /root/chroot /bin/ba
</p>
</details>
Using the `sudo` command edit the configuration file to set **PasswordAuthentication** to **yes** and add the following lines:
Using the `sudo` command edit the configuration file to:
* add a `#` in front of the line `Include /etc/ssh/sshd_config.d/*.conf` to comment it
* remove the `#` in front of the line `PasswordAuthentication yes` to uncomment it
* add the following lines at the end of the file:
```
AllowUsers etudiant student
PermitRootLogin no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment