我可以在没有安装x-server的情况下发出rdesktop请求吗?
从linux (Centos 6)服务器向windows服务器发送RDP请求?
当我运行时:
rdesktop -uUSER -pPASS host:port出现以下错误:
ERROR: Failed to open display:用安装xserver解决这个问题,freerdp可能会帮助某些人(centos 6):
yum groupinstall "X Window System"
startx
export DISPLAY=localhost:0
yum install freerdp
xfreerdp -u USER -p PASS --ignore-certificate HOSThttps://stackoverflow.com/questions/34090957
复制相似问题