mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-29 00:44:39 +02:00
Updated Install Win32 OpenSSH (markdown)
parent
1fb42d1f90
commit
74f6f009a7
@ -11,7 +11,7 @@
|
|||||||
* `powershell -executionpolicy bypass -file install-sshd.ps1`
|
* `powershell -executionpolicy bypass -file install-sshd.ps1`
|
||||||
* Setup SSH host keys
|
* Setup SSH host keys
|
||||||
* `.\ssh-keygen.exe -A` (This will generate all [secured][Secure file] 'host' keys (starting build [v0.0.13.0][build13]).)
|
* `.\ssh-keygen.exe -A` (This will generate all [secured][Secure file] 'host' keys (starting build [v0.0.13.0][build13]).)
|
||||||
* If existing host keys are used instead of generate new, make sure they are [secured][Secure file].
|
* If host keys generated by ssh-keygen.exe before build [v0.0.13.0][build13] are used, make sure they are [secured][Secure file].
|
||||||
* (Required starting build [v0.0.13.0][build13]. ) Grant "NT service\sshd" Read access the host key files:
|
* (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*' | % {
|
Get-ChildItem -Path 'C:\Program Files\OpenSSH\ssh_host_*_key*' | % {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user