I was testing X11 stuff under a SmartOS zone, using the latest pkgsrc-2013Q2, but I got the following error doing an ssh
ssh dest.server -l root -X
X11 forwarding request failed on channel 0
The solution, as suggested by jperkin, is to add this line
XAuthLocation /opt/local/bin/xauth
to
/etc/ssh/sshd_config
and restart ssh.
Or you can disable Sun_SSH_1.5 service and install openssh.
No comments:
Post a Comment