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

Re: potato openssh



The developers have changed the default configuration for ssh. What is missing
especially is X-forwarding. You will need to enable on a pr. host basis. This
can be done either systemwide in /etc/ssh/ssh_config or in ~/.ssh/config for
the individual user.
The configuration looks like this:
Host somehost
  ForwardX11 yes
You can read more in /usr/share/doc/ssh.
-- 
Sven Esbjerg
http://www.dina.dk/~joker


Reply to: