Windows Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Windows =Network= ==Windows Firewall== ===Add a Custom Rule that allows SSH Access=== This configurations procedure was tested to allow...")
 
 
Line 10: Line 10:


This configurations procedure was tested to allow inbound access to a [[OpenSSH_sshd_on_Windows_Subsystem_for_Linux#Configure_the_Windows_Firewall|sshd daemon running on Windows Subsystem for Linux]].
This configurations procedure was tested to allow inbound access to a [[OpenSSH_sshd_on_Windows_Subsystem_for_Linux#Configure_the_Windows_Firewall|sshd daemon running on Windows Subsystem for Linux]].
By default, the Windows Firewall will not allow inbound connections on port 22. It has to be configured as follows:
Start -> Cog Wheel (Windows Settings) -> Network and Internet -> Ethernet -> Right menu -> Windows Firewall -> Advance Settings -> Inbound Rules -> New Rule -> Port -> TCP, Specific local ports: 22 -> Allow the connection -> When does this rule apply? -> Check all -> Name "sshd on Windows Subsystem for Linux"

Latest revision as of 18:44, 2 July 2018

Internal

Network

Windows Firewall

Add a Custom Rule that allows SSH Access

This configurations procedure was tested to allow inbound access to a sshd daemon running on Windows Subsystem for Linux.

By default, the Windows Firewall will not allow inbound connections on port 22. It has to be configured as follows:

Start -> Cog Wheel (Windows Settings) -> Network and Internet -> Ethernet -> Right menu -> Windows Firewall -> Advance Settings -> Inbound Rules -> New Rule -> Port -> TCP, Specific local ports: 22 -> Allow the connection -> When does this rule apply? -> Check all -> Name "sshd on Windows Subsystem for Linux"