9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
Include /etc/ssh/sshd_config.d/*.conf
|
|
|
|
AuthorizedKeysFile .ssh/authorized_keys
|
|
|
|
PasswordAuthentication no
|
|
PermitRootLogin prohibit-password
|
|
|
|
Subsystem sftp /usr/lib/ssh/sftp-server
|