We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02bc628 commit dc6eff9Copy full SHA for dc6eff9
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