Files
docker-xubuntu/config/xrdp/xrdp.ini
Héctor Molinero Fernández 97f710716f First commit
2019-06-16 11:17:51 +02:00

78 lines
1.2 KiB
INI

[Globals]
ini_version=1
fork=true
address=0.0.0.0
port=3389
use_vsock=false
tcp_nodelay=true
tcp_keepalive=true
security_layer=tls
key_file=/etc/xrdp/key.pem
certificate=/etc/xrdp/cert.pem
ssl_protocols=TLSv1.2, TLSv1.3
tls_ciphers=HIGH
autorun=XorgOther
allow_channels=true
allow_multimon=true
bitmap_cache=true
bitmap_compression=true
bulk_compression=true
max_bpp=32
new_cursors=true
use_fastpath=both
blue=009cb5
grey=dedede
ls_top_window_bg_color=009cb5
ls_width=350
ls_height=430
ls_bg_color=dedede
ls_logo_filename=
ls_logo_x_pos=55
ls_logo_y_pos=50
ls_label_x_pos=30
ls_label_width=65
ls_input_x_pos=110
ls_input_width=210
ls_input_y_pos=220
ls_btn_ok_x_pos=142
ls_btn_ok_y_pos=370
ls_btn_ok_width=85
ls_btn_ok_height=30
ls_btn_cancel_x_pos=237
ls_btn_cancel_y_pos=370
ls_btn_cancel_width=85
ls_btn_cancel_height=30
[Logging]
LogFile=/var/log/xrdp.log
LogLevel=INFO
EnableSyslog=false
SyslogLevel=INFO
[Channels]
rdpdr=true
rdpsnd=true
drdynvc=true
cliprdr=true
rail=true
xrdpvr=true
tcutils=true
[XorgGuest]
name=Guest
lib=libxup.so
username=guest
password=ask
ip=127.0.0.1
port=-1
code=20
[XorgOther]
name=Other
lib=libxup.so
username=ask
password=ask
ip=127.0.0.1
port=-1
code=20