Hi Leute, Da ich kein Windows mehr habe aber kurz eins brauche, habe ich mir gedacht ich hole mir einen Windows Server bei Amazon Web Services. Server geliehen. FreeRDP kompiliert und versucht zu connecten und dann das ...
ternes3@TERM1 ~/FreeRDP $ xfreerdp -u Administrator --app --plugin ./usr/local/lib/freerdp/rail.so -- ec2-54-216-187-45.eu-west-1.compute.amazonaws.com WARNING: Using deprecated command-line interface! -u Administrator -> /u:Administrator --app -> /app + program name or alias ec2-54-216-187-45.eu-west-1.compute.amazonaws.com -> /v:ec2-54-216-187-45.eu-west-1.compute.amazonaws.com LoadLibraryA: /usr/local/lib/x86_64-linux-gnu/freerdp/./usr/local/lib/freerdp/rail.so-client.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden loading channel rail connected to ec2-54-216-187-45.eu-west-1.compute.amazonaws.com:3389 creating directory /home/ternes3/.config/freerdp creating directory /home/ternes3/.config/freerdp/certs creating directory /home/ternes3/.config/freerdp/server @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: CERTIFICATE NAME MISMATCH! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ The hostname used for this connection (ec2-54-216-187-45.eu-west-1.compute.amazonaws.com) does not match the name given in the certificate: Common Name (CN): WIN-5N9U2JUM93P A valid certificate for the wrong name should NOT be trusted! Certificate details: Subject: CN = WIN-5N9U2JUM93P Issuer: CN = WIN-5N9U2JUM93P Thumbprint: 11:2e:9f:a1:ec:c1:aa:f1:b0:83:f6:38:b3:39:b6:02:af:f6:c6:4e The above X.509 certificate could not be verified, possibly because you do not have the CA certificate in your certificate store, or the certificate has expired. Please look at the documentation on how to create local certificate store for a private CA. Do you trust the above certificate? (Y/N) Y Password: SSL_write: I/O error: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt (104) credssp_recv() error: -1 Authentication failure, check credentials. If credentials are valid, the NTLMSSP implementation may be to blame. Error: protocol security negotiation or connection failure
Ein erneuter Versuch brachte folgendes zu Tage:
ternes3@TERM1 ~/FreeRDP $ xfreerdp -u Administrator --app --plugin ./usr/local/lib/freerdp/rail.so -- ec2-54-216-187-45.eu-west-1.compute.amazonaws.com WARNING: Using deprecated command-line interface! -u Administrator -> /u:Administrator --app -> /app + program name or alias ec2-54-216-187-45.eu-west-1.compute.amazonaws.com -> /v:ec2-54-216-187-45.eu-west-1.compute.amazonaws.com LoadLibraryA: /usr/local/lib/x86_64-linux-gnu/freerdp/./usr/local/lib/freerdp/rail.so-client.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden loading channel rail connected to ec2-54-216-187-45.eu-west-1.compute.amazonaws.com:3389 Password: Speicherzugriffsfehler
EDIT: Mitllerweile bekomme ich:
ternes3@TERM1 ~ $ sudo xfreerdp -u Administrator -- ec2-54-217-0-11.eu-west-1.compute.amazonaws.com WARNING: Using deprecated command-line interface! -u Administrator -> /u:Administrator ec2-54-217-0-11.eu-west-1.compute.amazonaws.com -> /v:ec2-54-217-0-11.eu-west-1.compute.amazonaws.com connected to ec2-54-217-0-11.eu-west-1.compute.amazonaws.com:3389 Password: SSL_read: Failure in SSL library (protocol error?) SSL_read: error:14094419:SSL routines:SSL3_READ_BYTES:tlsv1 alert access denied credssp_recv() error: -1 Authentication failure, check credentials. If credentials are valid, the NTLMSSP implementation may be to blame. Error: protocol security negotiation or connection failure
Google konnte mir nicht wirklich helfen.
Edit2: Jetzt scheints zu klappen nach dem 50. Versuch ....
mfg Björn