how can X11 forwarding on aix [1]
how can X11 forwarding on aix
Thursday, October 11, 2007 5:09 PM - arfa
telnet xx.xx.xx.xx
# oslevel -r
5300-03
#cd /etc/ssh
#vi sshd_config
X11Forwarding yes
save sshd_config file
#stopsrc -g ssh
#startsrc -g ssh
open xshelll pragram
Xshell:\> open 10.0.13.89
WARNING! The remote SSH server rejected an X11 forwarding request. To enable X11 forwarding, you should modify the server's configuration file and restart it.
------------------------------------------
how can I using X11 forwarding on aix ?
# oslevel -r
5300-03
#cd /etc/ssh
#vi sshd_config
X11Forwarding yes
save sshd_config file
#stopsrc -g ssh
#startsrc -g ssh
open xshelll pragram
Xshell:\> open 10.0.13.89
WARNING! The remote SSH server rejected an X11 forwarding request. To enable X11 forwarding, you should modify the server's configuration file and restart it.
------------------------------------------
how can I using X11 forwarding on aix ?
Re: how can X11 forwarding on aix
Thursday, October 11, 2007 7:21 PM - Alfredo
Check the permissions on /usr/X11R6/bin/xauth and user's home directory. If you don't have permission to these, you may face this error.
Peace~
Peace~
Previous views: 313