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합니다 password. 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

아마도 원격 데스크톱 게이트웨이를 사용하여 RDP를 발행할 수 있을까요?

이 경우 "/g:gateway" 스위치를 제공해야 합니다.

답변2

try는 rdesktop훌륭하게 작동하고 사용이 간단합니다. GUI를 원할 때 사용해 보세요remmina

관련 정보