This section describes how to log in to a Windows ECS from a Linux computer.
To log in to a Windows ECS from a local Linux computer, use a remote access tool, such as rdesktop.
rdesktop
If the message "command not found" is displayed, rdesktop is not installed. In such a case, obtain the rdesktop installation package at the official rdesktop website.
rdesktop -u Username -p Password -g Resolution EIP
For example, run rdesktop -u administrator -p password -g 1024*720 121.xx.xx.xx.
Parameter |
Description |
---|---|
-u |
Username, which defaults to Administrator for Windows ECSs |
-p |
Password for logging in to the Windows ECS |
-f |
Full screen by default, which can be switched using Ctrl+Alt+Enter |
-g |
Resolution, which uses an asterisk (*) to separate numbers. This parameter is optional. If it is not specified, the remote desktop is displayed in full screen by default, for example, 1024*720. |
EIP |
EIP of the Windows ECS to be remotely logged in. Replace it with the EIP bound to your Windows ECS. |
By default, RDP has been enabled on the ECSs created using a public image.
For details, see Login Using VNC.
The System Properties dialog box is displayed.