[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: graphic ssh connection



On Thu, 2005-03-17 at 10:32 +0000, belahcene wrote:
> Hi community,
> I want to log on remote machine with ssh, the doc said that I haev to 
> use the -X, but it doesn't work like this? Is there a special 

> ~$xhost +                                                 

Please don't do that, highly insecure!

In the remote /etc/ssh/sshd_config edit:
#X11Forwarding no
X11Forwarding yes

To avoid using the -X, you can edit in local /etc/ssh/ssh_config:
#   ForwardX11 no
   ForwardX11 yes

Cheers, 
Kaj




Reply to: