Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #99 from multipitch/master
Browse files Browse the repository at this point in the history
Fix vsock configuration.
  • Loading branch information
cwilhit authored Jan 7, 2020
2 parents 4dcc278 + f53f7cc commit 4cde61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/install-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4cde61e

Please sign in to comment.