WindTerm icon indicating copy to clipboard operation
WindTerm copied to clipboard

winTerm ssh连接linux服务器失败 提示:“channel request x11-req failed”! 使用mobarxterm连接没问题

Open huangyl-git opened this issue 1 year ago • 3 comments

winTerm ssh连接linux服务器失败 提示:“channel request x11-req failed”! 使用mobarxterm连接没问题

huangyl-git avatar Feb 27 '24 09:02 huangyl-git

大概率是因为要连接的服务端没有装xauth

exyb avatar Jul 05 '24 03:07 exyb

X11Forwarding yes ?

aio10086 avatar Mar 14 '25 06:03 aio10086

在OpenSSH的配置文件中(/etc/ssh/sshd_config),打开X11Forwarding :

X11Forwarding yes

然后重启sshd服务。 参考 https://blog.csdn.net/weixin_42101720/article/details/116860633

JuchangGit avatar May 23 '25 01:05 JuchangGit