LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   can not connect to x server in ssh (https://www.linuxquestions.org/questions/linux-newbie-8/can-not-connect-to-x-server-in-ssh-304865/)

YellowFin 03-22-2005 06:12 PM

can not connect to x server in ssh
 
get an error "can not connect to x server" when i ssh into another pc, i have full range of everything else, i can connect to x server from an other pc to this one
does anyone know how to enable x server intergration or wehat is wrong???/


i am running suse 9.2 pro and im trying to ssh to a knoppix 3.7 2.4 kernel server

any help would be apperciated
thanks

Nis 03-22-2005 07:24 PM

You can always try
Code:

ssh -X computername
This should enable X11 forwarding. You can also set X11 forwarding to default by editing /etc/sshd/sshd_config; look through for a line about X11 forwarding and uncomment it if necessary and change it to yes. Then restart the ssh server. This is the server you want to connect to by the way.

YellowFin 03-22-2005 08:04 PM

thanks alot .. this helps alot

Nis 03-22-2005 08:35 PM

Glad I could help. :)


All times are GMT -5. The time now is 03:46 AM.