feat: ssh + karasumaru
This commit is contained in:
parent
2ccb348bc2
commit
46baaa4ecc
3 changed files with 80 additions and 1 deletions
|
|
@ -28,8 +28,9 @@ in {
|
|||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
# Disables SSH login via password, public key authentication is enabled
|
||||
settings = {
|
||||
PasswordAuthentication = true;
|
||||
PasswordAuthentication = false;
|
||||
PermitRootLogin = "prohibit-password";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue