michaelsanford
Translator, Web Developer
...with my configuration ?
I've followed btoneill's great FAQ I believe to the letter and have done the following (only those changed from defaults are indicated):
/etc/sshd_config - on the server
LoginGraceTime 20
PermitRootLogin no
X11Forwarding yes
#X11DisplayOffset 10
#X11UseLocalhost yes
(the last two are unchanged from the defaults, should I have changed them?)
/etc/ssh_config - on the client
Host *
ForwardAgent yes
ForwardX11 yes
Once logged in
[amras@nimbus ~]% setenv DISPLAY :0:0
[amras@nimbus ~]% pan
_X11TransSocketINETConnect: can't get service for 0:0
(pan:22675): Gtk-WARNING **: cannot open display:
So what'd I do wrong ? I am connecting with "ssh -X hostname" and I have X11.app open both on the client and on the server.
I've followed btoneill's great FAQ I believe to the letter and have done the following (only those changed from defaults are indicated):
/etc/sshd_config - on the server
LoginGraceTime 20
PermitRootLogin no
X11Forwarding yes
#X11DisplayOffset 10
#X11UseLocalhost yes
(the last two are unchanged from the defaults, should I have changed them?)
/etc/ssh_config - on the client
Host *
ForwardAgent yes
ForwardX11 yes
Once logged in
[amras@nimbus ~]% setenv DISPLAY :0:0
[amras@nimbus ~]% pan
_X11TransSocketINETConnect: can't get service for 0:0
(pan:22675): Gtk-WARNING **: cannot open display:
So what'd I do wrong ? I am connecting with "ssh -X hostname" and I have X11.app open both on the client and on the server.