We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dcc278 + f53f7cc commit 4cde61eCopy full SHA for 4cde61e
1 file changed
arch/install-config.sh
@@ -31,7 +31,7 @@ systemctl enable xrdp-sesman
31
32
# Configure the installed XRDP ini files.
33
# use vsock transport.
34
-sed -i_orig -e 's/use_vsock=false/use_vsock=true/g' /etc/xrdp/xrdp.ini
+sed -i_orig -e 's/port=3389/port=vsock:\/\/-1:3389/g' /etc/xrdp/xrdp.ini
35
# use rdp security.
36
sed -i_orig -e 's/security_layer=negotiate/security_layer=rdp/g' /etc/xrdp/xrdp.ini
37
# remove encryption validation.
0 commit comments