make ssh pubkey auth required
This commit is contained in:
parent
1210e716f3
commit
fc785fa6dd
|
@ -144,6 +144,11 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
ports = [55555];
|
||||
settings = {
|
||||
X11Forwarding = false;
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
services.vaultwarden.enable = true;
|
||||
|
|
Loading…
Reference in New Issue