mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-25 15:04:54 +02:00
Updated Install Win32 OpenSSH (markdown)
parent
41afad63bc
commit
7064da33fd
@ -11,7 +11,7 @@
|
||||
* `powershell -executionpolicy bypass -file install-sshd.ps1`
|
||||
* Setup SSH host keys
|
||||
* `.\ssh-keygen.exe -A` (This will generate all [secured][Secure file] 'host' keys (starting build [v0.0.13.0][build13]).)
|
||||
* If host keys were generated by ssh-keygen.exe before build [v0.0.13.0][build13], you will have to re-ACL files on both the server and client side. please see [Security protection][Secure file] for details.
|
||||
* If host keys were generated by ssh-keygen.exe before build [v0.0.13.0][build13], you will have to re-ACL them before use. please see [Security protection][Secure file] for details.
|
||||
* (Required starting build [v0.0.13.0][build13]. ) Grant "NT service\sshd" Read access the host key files:
|
||||
```
|
||||
Get-ChildItem -Path 'C:\Program Files\OpenSSH\ssh_host_*_key*' | % {
|
||||
|
Loading…
x
Reference in New Issue
Block a user