Linux MintでリモートWindowsデスクトップサーバーにログインする方法は?

Linux MintでリモートWindowsデスクトップサーバーにログインする方法は?

権限のないリモートWindowsコンピュータにアクセスする必要があります。コンピュータでWindows Server 12R2を実行しており、システム管理者はRDPプロトコルが最新であることを知らせます。 xfreerdpを使用してコンピュータに接続しようとすると、次の結果が表示されます。

xfreerdp -u <username> <ip.address.of.machine>
connected to <ip.address.of.machine>
Password:
SSL_read: Failure in SSL library (protocol error?)
Authentication failure, check credentials.
If credentials are valid, the NTLMSSP implementation may be to blame.

そして有効usernameですpasswordusernameで書いてほしいという要求を受けたことに言及しなければなりません<uni-users>\<myusername>。セキュリティ機能を無効にする必要があるという記事をいくつか読みましたがnla、システム管理者はそうしないようです。この問題を克服するための適切な方法はありますか?


編集する

Windowsコンピュータからリモートコンピュータに接続でき、ここにrdp定義があります。

screen mode id:i:2
use multimon:i:0
desktopwidth:i:1920
desktopheight:i:1080
session bpp:i:32
winposstr:s:0,1,400,195,1200,795
compression:i:1
keyboardhook:i:2
audiocapturemode:i:0
videoplaybackmode:i:1
connection type:i:7
networkautodetect:i:1
bandwidthautodetect:i:1
displayconnectionbar:i:1
enableworkspacereconnect:i:0
disable wallpaper:i:0
allow font smoothing:i:0
allow desktop composition:i:0
disable full window drag:i:1
disable menu anims:i:1
disable themes:i:0
disable cursor setting:i:0
bitmapcachepersistenable:i:1
full address:s:<ip.address.of.machine>
audiomode:i:0
redirectprinters:i:1
redirectcomports:i:0
redirectsmartcards:i:1
redirectclipboard:i:1
redirectposdevices:i:0
autoreconnection enabled:i:1
authentication level:i:2
prompt for credentials:i:0
negotiate security layer:i:1
remoteapplicationmode:i:0
alternate shell:s:
shell working directory:s:
gatewayhostname:s:
gatewayusagemethod:i:4
gatewaycredentialssource:i:4
gatewayprofileusagemethod:i:0
promptcredentialonce:i:0
gatewaybrokeringtype:i:0
use redirection server name:i:0
rdgiskdcproxy:i:0
kdcproxyname:s:
drivestoredirect:s:

ベストアンサー1

おそらく、リモートデスクトップゲートウェイを使用してRDPを発行できますか?

この場合、「/g:gateway」スイッチを提供する必要があります。

おすすめ記事