Admin/Windows/Cygwin/README
changeset 80145 0eff7d113549
parent 79782 8bde94328b05
--- a/Admin/Windows/Cygwin/README	Tue Apr 23 15:56:04 2024 +0200
+++ b/Admin/Windows/Cygwin/README	Tue Apr 23 15:57:03 2024 +0200
@@ -71,11 +71,6 @@
   - run ssh-host-config
 ```
     StrictMode: yes
-    privilege separation: yes
-    new local account 'sshd': yes
-    sshd as a service: yes
-    different name (than cyg_server): no
-    new privileged account cyg_server: yes
 ```
 
   - user setup
@@ -85,3 +80,8 @@
 
     passwd -R USER
 ```
+
+  - firewall
+```
+    netsh advfirewall firewall add rule name="Open SSH Port 22" dir=in action=allow protocol=TCP localport=22 remoteip=any
+```