mirror of
https://github.com/microsoft/linux-vm-tools
synced 2025-08-22 18:27:26 +00:00
Fix vsock configuration.
This commit is contained in:
parent
4dcc278f84
commit
f53f7cc5d6
@ -31,7 +31,7 @@ systemctl enable xrdp-sesman
|
||||
|
||||
# Configure the installed XRDP ini files.
|
||||
# use vsock transport.
|
||||
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
|
||||
# use rdp security.
|
||||
sed -i_orig -e 's/security_layer=negotiate/security_layer=rdp/g' /etc/xrdp/xrdp.ini
|
||||
# remove encryption validation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user