ssh.nix: fix default port
This commit is contained in:
parent
bb45d93cb5
commit
2941c335ae
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in {
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ports = [8997];
|
ports = [22];
|
||||||
settings = {
|
settings = {
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue