Results 1 to 2 of 2
i m trying to export my graphical window through telnet or ssh both...
i have set
xhost +
on the server which is UBUNTU 9.04 with ip 172.31.73.3.
then on ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-06-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 3
X-window export
i m trying to export my graphical window through telnet or ssh both...
i have set
xhost +
on the server which is UBUNTU 9.04 with ip 172.31.73.3.
then on the client with ip 172.31.73.41 which is a fedora 10 machine
i m writing the following commands
xhost +172.31.73.3
telnet 172.31.73.3 or ssh 172.31.73.3
after logging in
export DISPLAY=172.31.73.41:0.0
nam
then i m getting the error as
nam: couldn't connect to display "172.31.73.41:0.0"
plzzz help...
- 05-06-2010 #2
you shouldn't need to do any of those things
if your SSH server has x forwarding enabled, you simply need to just SSH in with the -X parameter, and it should just work (tm)


Reply With Quote
