我可以在没有安装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 HOST发布于 2015-12-05 02:24:58
是的,您有以下几个选项:
Windows使用通过帧缓冲区渲染的客户端,例如在台式机上使用FreeRDP
DISPLAY=<ip_x_server>https://stackoverflow.com/questions/34090957
复制相似问题