1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-11-08 21:21:06 +00:00

Add sshd_config editing to server_setup.adoc

This commit is contained in:
Mo 2022-05-18 01:06:25 +02:00
parent 6d73abfba5
commit 80833cf068

View file

@ -121,4 +121,24 @@ to
PermitRootLogin no
----
----
#PasswordAuthentication yes
----
to
----
PasswordAuthentication no
----
----
X11Forwarding yes
----
to
----
X11Forwarding no
----
in the config file `/etc/ssh/sshd_config`