ssh config

This commit is contained in:
Daniel Langbein 2023-09-17 16:46:46 +02:00
parent 1991b7f095
commit 2c5a7a46cf
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -7,8 +7,6 @@
#ports = [ 22 ];
# Use authorized keys only.
settings.PasswordAuthentication = false;
# Forbid/Limit root login through SSH.
#settings.PermitRootLogin = "no";
settings.PermitRootLogin = "prohibit-password";
# Enabling this is required for commands such as sftp and sshfs.
allowSFTP = false;