Results 1 to 4 of 4
I start matlab on a network server, and I have problems at exporting the display to my desktop
I know that in some file there is a default -nolisten tcp ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-11-2005 #1Just Joined!
- Join Date
- Jul 2005
- Location
- Brussels
- Posts
- 2
Problem at exporting Display through ssh
I start matlab on a network server, and I have problems at exporting the display to my desktop
I know that in some file there is a default -nolisten tcp flag which should be removed, but I can't remember what file
cheers,
gregor
- 07-11-2005 #2
The config files for ssh are /etc/ssh/ssh_config and /etc/ssh/sshd_config in most distros.
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 07-11-2005 #3
it may also be /etc/sshd2_config
You need this for shure& this is also usefullCode:AllowX11Forwarding yes
also on the box you want to recieve the x ovor ssh you will probably need this in the /etc/ssh_configCode:X11DisplayOffset 10
Code:ForwardX11 yes
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
- 07-12-2005 #4Just Joined!
- Join Date
- Jul 2005
- Location
- Brussels
- Posts
- 2
Thanks for you tips!
It helped in part, but still it's not working properly
I have no time right now
to continue investigate this issue
I'll keep you updated when it'll be resolved


Reply With Quote
