Centos + XRDP.
Can I restrict for users local drive redirection and clipboard transfer for security reason ?
You can disable both features by modifying /etc/xrdp/xrdp.ini.
In the [Channels] section, set rdpdr=false to disable drive redirection and cliprdr=false to disable clipboard redirection.
Then restart your xrdp service to use the new settings.
Thanks! That what I need.
Thanks! That what I need.
Most helpful comment
You can disable both features by modifying
/etc/xrdp/xrdp.ini.In the
[Channels]section, setrdpdr=falseto disable drive redirection andcliprdr=falseto disable clipboard redirection.Then restart your xrdp service to use the new settings.