cleanup: ssh config

This commit is contained in:
Daniel Langbein 2023-10-24 10:02:53 +02:00
parent 1308061f08
commit 7931fcd30f
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -14,7 +14,6 @@
);
# Use authorized keys only.
settings.PasswordAuthentication = false;
settings.PermitRootLogin = "prohibit-password";
# Enabling this is required for commands such as sftp and sshfs.
allowSFTP = false;
};