0
点赞
收藏
分享

微信扫一扫

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

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





举报

相关推荐

0 条评论