From 36c7cb786e6890ad0a27f861d2ee5d926f35e254 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Fri, 19 Jan 2018 19:36:29 -0800 Subject: [PATCH] Updated Install Win32 OpenSSH (markdown) --- Install-Win32-OpenSSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index 6a40585..8bf2b31 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -14,7 +14,7 @@ To get links to latest downloads [this wiki page](https://github.com/PowerShell/ ``` netsh advfirewall firewall add rule name=sshd dir=in action=allow protocol=TCP service=sshd ``` -1. Start `sshd` +1. Start `sshd` (this will automatically generate host keys under %programdata%\ssh if they don't already exist) * `net start sshd` 1. Only when you migrate from releases before 1.0.0.0: * To use existing customized sshd_config, you need to copy it from binary location to %programdata%\ssh\sshd_config (Note that %programdata% is a hidden directory).