diff options
Diffstat (limited to 'xrdp/xrdp.ini')
-rw-r--r-- | xrdp/xrdp.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xrdp/xrdp.ini b/xrdp/xrdp.ini index 52a6c7d9..09bb2d5a 100644 --- a/xrdp/xrdp.ini +++ b/xrdp/xrdp.ini @@ -8,6 +8,8 @@ port=3389 allow_channels=true max_bpp=32 fork=yes +# minimum security level allowed for client +# can be 'none', 'low', 'medium', 'high', 'fips' crypt_level=high # security layer can be 'tls', 'rdp' or 'negotiate' # for client compatible layer |