mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-26 23:44:35 +02:00
Updated Security protection of various files in Win32 OpenSSH (markdown)
parent
87217efacf
commit
8e17b527a9
@ -1,7 +1,7 @@
|
|||||||
Various OpenSSH resource files are integral to secure working of both server and client stacks. Here we discuss how to protect these resources, how OpenSSH for Windows enforces permission checks and individual case studies on how to fix any permission related issues.
|
Various OpenSSH resource files are integral to secure working of both server and client stacks. Here we discuss how to protect these resources, how OpenSSH for Windows enforces permission checks and individual case studies on how to fix any permission related issues.
|
||||||
|
|
||||||
2 fundamental reasons leading to the differences between how these permission checks work on Unix vs Windows:
|
2 fundamental reasons leading to the differences between how these permission checks work on Unix vs Windows:
|
||||||
- SuperUser on Unix maps to either [System (SY)](https://msdn.microsoft.com/en-us/library/windows/desktop/ms684190(v=vs.85).aspx) or [AdministratorsGroup (AG)] on Windows.
|
- SuperUser on Unix maps to either [System (SY)](https://msdn.microsoft.com/en-us/library/windows/desktop/ms684190(v=vs.85).aspx) or AdministratorsGroup (AG) on Windows.
|
||||||
- Permission controlling in Windows is more granular than in Unix.
|
- Permission controlling in Windows is more granular than in Unix.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user