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:
parent
6d73abfba5
commit
80833cf068
1 changed files with 20 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue