wsl changed port to 2222

This commit is contained in:
Sebastian Moser
2023-11-17 12:21:12 +01:00
parent 70c88d8241
commit a18ee1e23c

View File

@@ -127,6 +127,7 @@
services.openssh = {
enable = true;
ports = [ 2222 ];
settings.PasswordAuthentication = false;
settings.KbdInteractiveAuthentication = false;