We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Deploy Win32 OpenSSH (markdown)
Created Deploy Win32 OpenSSH (markdown)
Use Powershell for everything, rather than a mix of Powershell and command. Also fix Win32-OpenSSH#55.
Add PowerShell commands for how to set the service to start at boot time.
Adding not about switching the service to automatic startup from the default of manual
Removed manual ssh-keygen steps, switched to using the -A option which creates all the appropriate keys for a 'host' in the right way (no password) - This is the way a new host is configured on UNIX with openssh ssh-keygen -A is run at every startup and does nothing if they keys already exist
Updated wiki to reflect changes in 11_09_2015 drop
re-cased New-NetFirewallRule
Use monospace font for commands in Deploy Win32 OpenSSH
Changed the flow to make it more clear what applies to key-based auth
Deployment Instructions