Updated Install Win32 OpenSSH (markdown)

Manoj Ampalam 2017-11-28 09:48:31 -08:00
parent 5bd34931b4
commit ff1b95cc57

@ -18,7 +18,7 @@ To figure out if this is the case, look for TCP port bindings on port 22 and the
* `powershell -ExecutionPolicy Bypass -File install-sshd.ps1` * `powershell -ExecutionPolicy Bypass -File install-sshd.ps1`
1. Generate SSH host keys 1. Generate SSH host keys
* `.\ssh-keygen.exe -A` * `.\ssh-keygen.exe -A`
* `.\FixHostFilePermissions.ps1 -Confirm:$false` * `powershell -ExecutionPolicy Bypass '.\FixHostFilePermissions.ps1 -Confirm:$false'`
1. Secure SSH host keys (optional) 1. Secure SSH host keys (optional)
* `Start-Service ssh-agent` * `Start-Service ssh-agent`
* Download psexec from [here](https://technet.microsoft.com/en-us/sysinternals/pstools) * Download psexec from [here](https://technet.microsoft.com/en-us/sysinternals/pstools)