web-dev-qa-db-ja.com

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

特権のないリモートWindowsマシンにアクセスする必要があります。マシンはWindowsサーバー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.

usernamepasswordは有効です。 username<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
Yotam

たぶん彼らはリモートデスクトップゲートウェイを使用してRDPを公開していますか?

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

1
realpclaudio

try rdesktopは問題なく機能し、簡単に使用できます。 GUIが必要な場合は、remminaを試してください。

1
varmox