mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-28 00:14:41 +02:00
Updated sshd_config (markdown)
parent
bab9082ba4
commit
d5375ed17d
@ -2,7 +2,7 @@ Listed here are Windows specific details that supplement or override the origina
|
|||||||
|
|
||||||
On Windows, [sshd](https://man.openbsd.org/sshd) reads configuration data from %ProgramData%\ssh\sshd_config (or the file specified with -f on the command line)
|
On Windows, [sshd](https://man.openbsd.org/sshd) reads configuration data from %ProgramData%\ssh\sshd_config (or the file specified with -f on the command line)
|
||||||
_______
|
_______
|
||||||
#### AllowGroups, AllowUsers, DenyGroups, DenyUsers
|
#### [AllowGroups](https://man.openbsd.org/sshd_config#AllowGroups), [AllowUsers](https://man.openbsd.org/sshd_config#AllowUsers), [DenyGroups](https://man.openbsd.org/sshd_config#DenyGroups), [DenyUsers](https://man.openbsd.org/sshd_config#DenyUsers)
|
||||||
The allow/deny directives are processed in the following order: **DenyUsers**, **AllowUsers**, **DenyGroups**, and finally **AllowGroups**.
|
The allow/deny directives are processed in the following order: **DenyUsers**, **AllowUsers**, **DenyGroups**, and finally **AllowGroups**.
|
||||||
|
|
||||||
See PATTERNS in [ssh_config](http://man.openbsd.org/ssh_config.5#PATTERNS) for more information on patterns.
|
See PATTERNS in [ssh_config](http://man.openbsd.org/ssh_config.5#PATTERNS) for more information on patterns.
|
||||||
@ -34,7 +34,7 @@ To setup a sftp-only chroot server, set ForceCommand to `internal-sftp`. You may
|
|||||||
|
|
||||||
______
|
______
|
||||||
#### [Match](https://man.openbsd.org/sshd_config#Match)
|
#### [Match](https://man.openbsd.org/sshd_config#Match)
|
||||||
|
Note that pattern rules in [this] section. User and group names should be in **lower* case.
|
||||||
______
|
______
|
||||||
#### Not supported
|
#### Not supported
|
||||||
AcceptEnv
|
AcceptEnv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user