https://github.com/PowerShell/Win32-OpenSSH/releases
(64bit版、32bit版どちらもあるのでお使いのサーバ用の zip ファイルをダウンロード)
c:\openssh\
に置きます。
・「Windowsアイコンを右クリック」→「システム」をクリック
・「システムの詳細設定」→「環境変数」をクリック
・「システム環境変数」の 「Path」 を選択して「編集」をクリック。
・「追加」を押して「C:\openssh」を追加
Power Shellを起動して以下を実行します
cd \openssh
.\install-sshd.ps1
New-NetFirewallRule -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH
Power Shellを起動して以下を実行します
Set-Service sshd -StartupType Automatic
Set-Service ssh-agent -StartupType Automatic
再起動後に他のマシンからssh接続を確認します。