We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02bc628 + dc6eff9 commit fc0c8f1Copy full SHA for fc0c8f1
1 file changed
mint/20/cinnamon/install.sh
@@ -44,7 +44,7 @@ systemctl stop xrdp-sesman
44
45
# Configure the installed XRDP ini files.
46
# use vsock transport.
47
-sed -i_orig -e 's/port=3389/port=vsock://-1:3389/g' /etc/xrdp/xrdp.ini
+sed -i_orig -e 's/port=3389/port=vsock:\/\/-1:3389/g' /etc/xrdp/xrdp.ini
48
# use rdp security.
49
sed -i_orig -e 's/security_layer=negotiate/security_layer=rdp/g' /etc/xrdp/xrdp.ini
50
# remove encryption validation.
0 commit comments