mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
ssh
This commit is contained in:
parent
5212d24bf7
commit
57526125cb
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
# SSH Server configuration
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
settings.PasswordAuthentication = false; # Recommended: use SSH keys
|
||||
settings.PermitRootLogin = "no"; # Recommended
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue