Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <20001208154811.20226.qmail@web4102.mail.yahoo.com> Date: Fri, 8 Dec 2000 07:48:11 -0800 (PST) From: zoch richard Subject: Cygwin/openssh/X11 forwarding is not behaving To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I am attempting to use the X11 forwarding features of openssh/cygwin. There are no errors, but there is also no attempt to set up the cookies or $display on the server side. Can this be done manually? Is this is a bug? Am I missing something? Is there a work-around? SSH/X11 forwarding is setup correctly on the server end and works just fine with other SSH clients, btw. Thank you, Rich Debugging information: administrator AT APU ~ $ ssh -v -X -l user server SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /etc/ssh_config debug: Seeding random number generator debug: ssh_connect: getuid 500 geteuid 500 anon 0 debug: Connecting to binkley [192.168.1.1] port 22. debug: Seeding random number generator debug: Allocated local port 624. debug: Connection established. debug: Remote protocol version 1.99, remote software version OpenSSH_2.3.0p1 debug: no match: OpenSSH_2.3.0p1 debug: Local version string SSH-1.5-OpenSSH_2.3.0p1 debug: Waiting for server public key. debug: Received server public key (768 bits) and host key (1024 bits). debug: Host 'server' is known and matches the RSA host key. debug: Seeding random number generator debug: Encryption type: 3des debug: Sent encrypted session key. debug: Installing crc compensation attack detector. debug: Received encrypted confirmation. debug: Doing password authentication. user AT server's password: debug: Requesting pty. debug: Requesting shell. debug: Entering interactive session. Last login: Fri Dec 1 09:04:09 2000 from 192.168.1.2 [user AT server user]$ export declare -x BASH_ENV="/home/user/.bashrc" declare -x HOME="/home/user" declare -x HOSTNAME="server" declare -x HOSTTYPE="i386" declare -x INPUTRC="/etc/inputrc" declare -x KDEDIR="/usr" declare -x LANG="en_US" declare -x LESSOPEN="|/usr/bin/lesspipe.sh %s" declare -x LOGNAME="user" declare -x LS_COLORS="" declare -x OSTYPE="Linux" declare -x PATH="/usr/kerberos/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin" declare -x QTDIR="/usr/lib/qt-2.1.0" declare -x SHELL="/bin/bash" declare -x SHLVL="1" declare -x SSH_CLIENT="192.168.1.2 624 22" declare -x SSH_TTY="/dev/pts/27" declare -x TERM="cygwin" declare -x USER="user" declare -x USERNAME="" [user AT server user]$ __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com