mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-29 00:44:39 +02:00
Updated Security protection of various files in Win32 OpenSSH (markdown)
parent
31932d744f
commit
ccb49086be
@ -23,9 +23,7 @@ authorized_keys NT SERVICE\sshd:(R)
|
|||||||
userA:(F)
|
userA:(F)
|
||||||
someotheruser:(R)
|
someotheruser:(R)
|
||||||
```
|
```
|
||||||
- Host specific resources on server side - host private keys
|
- Host specific resources on server side - host private keys. In a secure configuration, host private keys should be registered with ssh-agent. See [wiki](https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH) for details on how to secure host keys. If the private keys are directly consumed by SSHD, following are enforced:
|
||||||
In a secure configuration, host private keys should be registered with ssh-agent. See [wiki](https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH) for details on how to secure host keys.
|
|
||||||
If the private keys are directly consumed by SSHD, following are enforced:
|
|
||||||
- Should be owned by "SYSTEM" (or Administrators group)
|
- Should be owned by "SYSTEM" (or Administrators group)
|
||||||
- Should not be accessible to other users or groups (other than Administrators group).
|
- Should not be accessible to other users or groups (other than Administrators group).
|
||||||
- "NT Service/sshd" can only have (R) access.
|
- "NT Service/sshd" can only have (R) access.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user