diff options
author | Koichiro IWAO <meta@vmeta.jp> | 2016-11-15 16:21:46 +0900 |
---|---|---|
committer | Koichiro IWAO <meta@vmeta.jp> | 2016-11-16 14:15:44 +0900 |
commit | b74b030891434e1a4438186b2067c89337f371cd (patch) | |
tree | b41c2dee97c5675733ec60357e3cfd76db06f58f /docs/man/xrdp.ini.5 | |
parent | 4b95a5f347586176a6093f6ef01ff08f69d871a1 (diff) | |
download | xrdp-proprietary-b74b030891434e1a4438186b2067c89337f371cd.tar.gz xrdp-proprietary-b74b030891434e1a4438186b2067c89337f371cd.zip |
docs: document security_layer
Diffstat (limited to 'docs/man/xrdp.ini.5')
-rw-r--r-- | docs/man/xrdp.ini.5 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/man/xrdp.ini.5 b/docs/man/xrdp.ini.5 index 656f9273..266c8df0 100644 --- a/docs/man/xrdp.ini.5 +++ b/docs/man/xrdp.ini.5 @@ -110,6 +110,25 @@ If set to \fB1\fP, \fBtrue\fP or \fByes\fP, no buffering will be performed in th Specify send/recv buffer sizes in bytes. The default value depends on operating system. .TP +\fBsecurity_layer\fP=\fI[tls|rdp|negotiate]\fP +Regulate security methods. If not specified, defaults to \fBnegotiate\fP. +.RS 8 +.TP +.B tls +Enhanced RDP Security is used. All security operations (encryption, decryption, data integrity +verification, and server authentication) are implemented by TLS. + +.TP +.B rdp +Standard RDP Security, which is not safe from man-in-the-middle attack, is used. The encryption level +of Standard RDP Security is controlled by \fBcrypt_level\fP. + +.TP +.B negotiate +Negotiate these security methods with clients. +.RE + +.TP \fBdisableSSLv3\fP=\fI[true|false]\fP If set to \fB1\fP, \fBtrue\fP or \fByes\fP, \fBxrdp\fP will not accept SSLv3 connections. If not specified, defaults to \fBfalse\fP. |