Differences

This shows you the differences between the selected revisions of the page.

2019-11-24 2019-11-25
note added (58.96.87.208) (untrusted) old revision restored - do you have any source for your claim? (martin)
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>

Last modified: by martin – Currently locked by: 165.231.164.178