What is equivalent of 'mstsc'?
How to run the equivalent of mstsc
from an Ubuntu machine (i.e. do a remote login into a Windows EC2 instance)
Via GUI
Open dash and search for Remmina Remote Desktop Client or Open terminal( Ctrl+Alt+T )and type remmina
Click on New to connect to server. Supported protocols: RDP,SFTP,SSH & VNC
Via Command line:
To connect to a remote machine via command line. You can use rdesktop
. To install rdesktop or xrdp use the following command.
sudo apt-get install rdesktop
sudo apt-get install xrdp
Usage:
rdesktop <machine_name/IP_address>