Differences
This shows you the differences between the selected revisions of the page.
2017-12-11 | 2018-01-06 | ||
it's "Windows Defender Firewall" in Windows 10 (martin) | no summary (70.26.206.123) (hidden) (untrusted) | ||
Line 11: | Line 11: | ||
* Open a port for the %%SSH%% server in Windows Firewall: | * Open a port for the %%SSH%% server in Windows Firewall: | ||
* Either run the following PowerShell command (Windows 8 and 2012 or newer only), &win8 &win2012 as the Administrator: \\ ''New-NetFirewallRule -Protocol %%TCP%% -LocalPort 22 -Direction Inbound -Action Allow -DisplayName %%SSH%%'' | * Either run the following PowerShell command (Windows 8 and 2012 or newer only), &win8 &win2012 as the Administrator: \\ ''New-NetFirewallRule -Protocol %%TCP%% -LocalPort 22 -Direction Inbound -Action Allow -DisplayName %%SSH%%'' | ||
- | * or go to //Control Panel > System and Security > Windows Defender Firewall((Just //Windows Firewall// on Windows 7.)) > Advanced Settings > Inbound Rules// and add a new rule for port 22. &wincp | + | * or go to //Control Panel > System and Security > Windows Defender Firewall((Just //Windows Firewall// on Windows 7.)) > Advanced Settings > Inbound Rules// and add a new rule for port 22. &··wincp |
* Start the service and/or configure automatic start: | * Start the service and/or configure automatic start: | ||
* Go to //Control Panel > System and Security > Administrative Tools// and open //Services//. Locate //SSHD// service. &wincp | * Go to //Control Panel > System and Security > Administrative Tools// and open //Services//. Locate //SSHD// service. &wincp |