Differences
This shows you the differences between the selected revisions of the page.
2019-11-05 | 2019-11-24 | ||
Restored revision 1568011989. Undoing revision 1572971321. (martin) (hidden) | note added (58.96.87.208) | ||
Line 21: | Line 21: | ||
===== Configuring SSH server ===== | ===== Configuring SSH server ===== | ||
+ | ===== Windows Server 2008 R2 and older may not work ===== | ||
* Allow incoming connections to %%SSH%% server in Windows Firewall: | * Allow incoming connections to %%SSH%% server in Windows Firewall: | ||
* Either run the following PowerShell command (Windows 8 and 2012 or newer only), &win8 &win2012 as the Administrator: \\ <code powershell>New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH SSH Server' -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22</code> | * Either run the following PowerShell command (Windows 8 and 2012 or newer only), &win8 &win2012 as the Administrator: \\ <code powershell>New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH SSH Server' -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22</code> |