Linux Remote logon to Windows, linux Remote Logon
Generally, there are two common practices: one is to install a software named VNC Server on Windows, so that Linux can log on to the Windows Server through VNC, this is a configuration on Windows.
Another method is to use the existing Linux client software to directly link to the Windows server through the RDP protocol. The first thing to do is to enable the remote logon function on Windows.
Then install the rdesktop software on the linux client.
After installation, start the shell terminal and use the syntax to connect: rdesktop-u username ip-address. username represents a Windows account.
If the windows server is configured with a non-RDP default protocol port 3389, you should add a colon and port number to the ip address when using rdesktop, such as redesktop-u liu 10.88.122.32: 6666
After the password is passed, you can remotely control it.