mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
cleanup: ssh config
This commit is contained in:
parent
1308061f08
commit
7931fcd30f
@ -14,7 +14,6 @@
|
|||||||
);
|
);
|
||||||
# Use authorized keys only.
|
# Use authorized keys only.
|
||||||
settings.PasswordAuthentication = false;
|
settings.PasswordAuthentication = false;
|
||||||
settings.PermitRootLogin = "prohibit-password";
|
|
||||||
# Enabling this is required for commands such as sftp and sshfs.
|
# Enabling this is required for commands such as sftp and sshfs.
|
||||||
allowSFTP = false;
|
allowSFTP = false;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user