Schincke, Keith
2002-Jul-17 18:47 UTC
Problem with OSF1 and Openssh > 3.1p1 and XForwarding
OS: Tru64 5.1 OpenSSH version: 3.2.2p1 and higher. Problem: after upgrading sshd my servers no longer forward X11 connections. I ran the server as 'sshd -d' and saw that the server was successfully creating and binding the IPV6 socket but failing to bind the IPV4 socket. The error message is: Bind to port 22 on 0.0.0.0 failed: Address already in use. Also, when channels.c tries to open the forwarded X11 port (6010 -> 7000) the same error is reported. OpenSSH 3.1p1 opens a IPV4 socket only and of course succeeds on the X11 forwarding. Any ideas, corrections and suggestions will be greatly received. Keith