4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
# /etc/ssh/sshd_config.d/my.conf
|
|
PermitRootLogin prohibit-password
|
|
AllowGroups sudo root
|
|
PasswordAuthentication no |