自学内容网 自学内容网

ssh远程打开图形化程序

服务端配置:

打开一个配置

X11Forwarding yes

客户端配置:

打开三个配置

AllowAgentForwarding yes
AllowTcpForwarding yes
#GatewayPorts no
X11Forwarding yes

ssh远程参数

ssh -q -X root@IP -p端口


原文地址:https://blog.csdn.net/laiwenjie1/article/details/142941842

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!