Differences

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

2019-09-09 2019-11-24
formatting (martin) note added (58.96.87.208) (untrusted)
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 58.96.87.208