What is the name of the tool that we can use to initiate a desktop projection to our host using the terminal? Answer: xfreerdp Remember, RDP works for Windows machines. What is the name of the admin account on Windows? It is "Administrator' You can attempt to RDP to windows machines using this: xfreerdp /v:10.129.1.13 /u:Administrator Press enter when prompted for password (might be poorly configured, and let you use an empty password). How to use freerdp To install freerdp on Debian, Kali Linux, Linux Mint, Ubuntu and derivatives, run the command: sudo apt install freerdp2-x11 freerdp2-shadow-x11 If the freerdp2-x11 and freerdp2-shadow-x11 packages are not found, look for a package named freerdp . To install freerdp on Arch Linux and derivatives, run the command: 1 sudo pacman -S freerdp How to connect with freerdp command To connect to the remote desktop using xfreerdp , run a command of the form: 1 xfreerdp /f /u :USERNAME...
Comments
Post a Comment