mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-27 07:54:50 +02:00
Updated sshd_config (markdown)
parent
508a296026
commit
b04b47a97b
@ -44,6 +44,9 @@ Support added in v7.7.0.0
|
|||||||
|
|
||||||
This directive is only supported with sftp sessions. A remote session into cmd.exe wouldn't honor this. To setup a sftp-only chroot server, set ForceCommand to `internal-sftp`. You may also set up scp with chroot, by implementing a custom shell that would only allow scp and sftp.
|
This directive is only supported with sftp sessions. A remote session into cmd.exe wouldn't honor this. To setup a sftp-only chroot server, set ForceCommand to `internal-sftp`. You may also set up scp with chroot, by implementing a custom shell that would only allow scp and sftp.
|
||||||
_____
|
_____
|
||||||
|
#### [GSSAPIAuthentication](https://man.openbsd.org/sshd_config#GSSAPIAuthentication)
|
||||||
|
Support for Kerberos authentication via GSSAPI is added in v7.9.0.0.
|
||||||
|
_____
|
||||||
#### [HostKey](https://man.openbsd.org/sshd_config#HostKey)
|
#### [HostKey](https://man.openbsd.org/sshd_config#HostKey)
|
||||||
The defaults are _%programdata%/ssh/ssh_host_ecdsa_key_, _%programdata%/ssh/ssh_host_ed25519_key_ and _%programdata%/ssh/ssh_host_rsa_key_. If the defaults are not present, sshd will automatically generate these on a service start.
|
The defaults are _%programdata%/ssh/ssh_host_ecdsa_key_, _%programdata%/ssh/ssh_host_ed25519_key_ and _%programdata%/ssh/ssh_host_rsa_key_. If the defaults are not present, sshd will automatically generate these on a service start.
|
||||||
______
|
______
|
||||||
@ -75,8 +78,6 @@ Compression
|
|||||||
|
|
||||||
ExposeAuthInfo
|
ExposeAuthInfo
|
||||||
|
|
||||||
GSSAPIAuthentication
|
|
||||||
|
|
||||||
GSSAPICleanupCredentials
|
GSSAPICleanupCredentials
|
||||||
|
|
||||||
GSSAPIStrictAcceptorCheck
|
GSSAPIStrictAcceptorCheck
|
||||||
|
Loading…
x
Reference in New Issue
Block a user