Here's the output:
[EMAIL PROTECTED] ~ $ ssh -v -Y neptune OpenSSH_4.0p1, OpenSSL 0.9.7g 11 Apr 2005 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to neptune [192.168.1.10] port 22. debug1: Connection established. debug1: identity file /home/jcgervais/.ssh/identity type -1 debug1: identity file /home/jcgervais/.ssh/id_rsa type -1 debug1: identity file /home/jcgervais/.ssh/id_dsa type -1 debug1: Remote protocol version 1.99, remote software version OpenSSH_4.0 debug1: match: OpenSSH_4.0 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_4.0 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host 'neptune' is known and matches the RSA host key. debug1: Found key in /home/jcgervais/.ssh/known_hosts:12 debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password,keyboard-interacti ve debug1: Next authentication method: publickey debug1: Trying private key: /home/jcgervais/.ssh/identity debug1: Trying private key: /home/jcgervais/.ssh/id_rsa debug1: Trying private key: /home/jcgervais/.ssh/id_dsa debug1: Next authentication method: keyboard-interactive debug1: Authentications that can continue: publickey,password,keyboard-interacti ve debug1: Next authentication method: password [EMAIL PROTECTED]'s password: debug1: Authentication succeeded (password). debug1: channel 0: new [client-session] debug1: Entering interactive session. debug1: Requesting X11 forwarding with authentication spoofing. Last login: Wed May 25 11:10:32 2005 from pluto Fanfare!!! You are successfully logged in to this server!!! basename: invalid option -- b Try `basename --help' for more information. -bash: [: =: unary operator expected [EMAIL PROTECTED] ~ $ On Wed, 2005-05-25 at 17:14 +0200, Alexander Gottwald wrote: > On Wed, 25 May 2005, Jean-Claude Gervais wrote: > > > Thanks for trying, but it gives the same result. > > > > Maybe if I ask the question in a different way? Someone here MUST know > > this - > > > > How do you configure a Windows machine to receive ssh connections (done) > > and also run x applications and send the display back to the ssh client? > > > > Is there a how-to for this? I realize it is pretty specific to Cygwin/X > > Setting up the X11 tunnel is a bit complicated as sshd must create an xauth > cookie and ad it to ~/.Xauthorities. If this fails (either because xauth > was not found or some dll is not available or the like) x11 forwarding > will most likely be disabled. > > Maybe ssh -v -v -v wil give you a clue what is happening. > > bye > ago
