zl程序教程

您现在的位置是:首页 >  系统

当前栏目

CentOS7设置为X11显示图片(终端)

centos7 设置 显示 图片 终端 X11
2023-09-14 08:58:28 时间

vi /etc/ssh/sshd_config

#AllowAgentForwarding yes
AllowTcpForwarding yes
#GatewayPorts no
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost no //网上很多说明这里保持默认不需要修改
#PermitTTY yes
#PrintMotd yes
#PrintLastLog yes
#TCPKeepAlive yes

  

yum install -y xorg-x11-xauth #安装x11组件包
yum -y install wqy-zenhei-fonts* #安装中文字库

systemctl  restart sshd