mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-29 08:54:42 +02:00
Updated About Win32 OpenSSH and Design Details (markdown)
parent
6d4b7bfa5a
commit
7e473046d8
@ -113,6 +113,7 @@ As detailed earlier, session isolation in Windows will be done using CreateProce
|
||||
End result of authentication in Windows is a Windows user token (if authentication succeeds). SSH sessions that need client user capabilities are hosted in processes running under the context of client user (launched using CreateProcess(user_token)). Ex. cmd.exe for terminal session, sftp_server.exe for sftp session and scp.exe for scp session.
|
||||
|
||||
|
||||
Shown below is a high level overview of the various SSH components and access boundaries for various resources involved:
|
||||
|
||||

|
||||
|
||||
@ -130,3 +131,5 @@ End result of authentication in Windows is a Windows user token (if authenticati
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user