Amazon web services 从Linux连接到EC2 Windows主机

Amazon web services 从Linux连接到EC2 Windows主机,amazon-web-services,amazon-ec2,rdp,Amazon Web Services,Amazon Ec2,Rdp,当我使用推荐的连接到Windows EC2主机时,我从Archlinux看到: $ rdesktop 54.254.180.73 ATTENTION! The server uses and invalid security certificate which can not be trusted for the following identified reasons(s); 1. Certificate issuer is not trusted by this system.

当我使用推荐的连接到Windows EC2主机时,我从Archlinux看到:

$ rdesktop 54.254.180.73

ATTENTION! The server uses and invalid security certificate which can not be trusted for
the following identified reasons(s);

 1. Certificate issuer is not trusted by this system.

     Issuer: CN=EC2AMAZ-I5MV8JK


Review the following certificate info before you trust it to be added as an exception.
If you do not trust the certificate the connection atempt will be aborted:

    Subject: CN=EC2AMAZ-I5MV8JK
     Issuer: CN=EC2AMAZ-I5MV8JK
 Valid From: Thu Mar  5 16:06:01 2020
         To: Fri Sep  4 16:06:01 2020

  Certificate fingerprints:

       sha1: 98f1e92f9b9a3b57f4b2a23177f1bbe1a9afeb2c
     sha256: 8e9f1a2e5497c972b56b8300f6e2ec3f59c8903103984cb5456a237c9a7b2d45


Do you trust this certificate (yes/no)? yes
Failed to initialize NLA, do you have correct Kerberos TGT initialized ?
Failed to connect, CredSSP required by server (check if server has disabled old TLS versions, if yes use -V option).
我不知道接下来该怎么办。尤其是当它看起来没有被维护时

有没有连接到Windows主机的提示?

与rdesktop不同,似乎更好地适应了服务器所需的CredSSP问题

xfreerdp /u:"Administrator" /v:ec2-3-1-49-118.ap-southeast-1.compute.amazonaws.com

您是否已经在Kerberos TGT上查看了此指南?看起来与您收到的错误有关:使用VNC可能会更容易安装?请参阅您的Windows系统是否安装了CredSSP修补程序?它可能会阻塞连接。请参阅以获得补救(关于Azure,但这并不重要)