Hi I think there is a problem is OpenSSH_2.9.9p2. Suppose I have in /etc/ssh/ssh_config just this and nothing more: Host * ForwardX11 yes and in ~/.ssh/config: Host * ForwardX11 no ssh -v tells they are read ok: debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Reading configuration data /home/kaukasoi/.ssh/config debug1: Applying options for * but still it opens the X channel: debug1: Requesting X11 forwarding with authentication spoofing. OpenSSH_2.9p1 didn't do that.
that's a bug. 2.9.9 reads system config first. On Fri, Sep 28, 2001 at 09:10:46AM +0300, Petri Kaukasoina wrote:> Hi > > I think there is a problem is OpenSSH_2.9.9p2. Suppose I have in > /etc/ssh/ssh_config just this and nothing more: > > Host * > ForwardX11 yes > > and in ~/.ssh/config: > > Host * > ForwardX11 no > > ssh -v tells they are read ok: > > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Applying options for * > debug1: Reading configuration data /home/kaukasoi/.ssh/config > debug1: Applying options for * > > but still it opens the X channel: > > debug1: Requesting X11 forwarding with authentication spoofing. > > OpenSSH_2.9p1 didn't do that.
Maybe Matching Threads
- 2.9p1 SCO OS 5.0.5 server and Linux client hang on exit when using X11 forwarding and protocol 2
- Rhosts Auth Issues with OpenSSH 2.9p1 on Solaris 2.7
- HPUX: ssh hangs after shell exit
- Disconnecting: protocol error: rcvd type 98
- 2.9p2 -- ForwardX11 fails -- X11 connection uses different authentication protocol