From Centos 8 remote connect Windows 10

On windows 10

Downgrade security on the Windows server to accept SSL/TLSv2

This is generally not a solution, but a workaround. Turning security down is never a good solution, but only a temporary fix.

  1. Go to Control Panel -> System
  2. Click on “Allow remote access to your computer
  3. Click on the “Remote” tab
  4. Uncheck the box next to “Allow connections only from computers running Remote Desktop with Network Level Authentication

 On Centos 8

sudo dnf install -y epel-release
# yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf install -y rdesktop -u thinkpad 192.168.31.10
rdesktop -u <username> <ip>

---END---

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章