On Tue, 24 Apr 2007, thomas wrote: > I have the same problem with the new debian 4.0. > Default sshd_config/ssh_config. > I am not able to ssh into openbsd-3.9. > > authlog on openbsd-server: > ... sshd[21822]: fatal: Timeout before authentication ...
run sshd on openbsd in debug mode on another port (-D -ddd -e -P 9999), then you can see in more detail what the server is doing. -Otto > > Joaquin Herrero schrieb: > > Hi, it seems that the new Ubuntu Feisty 7.04 has some broken things in ssh. > > Some people experienced delays in connecting to other Linux systems and it > > seems that the problem was solved commenting the "GSSAPIAuthentication" > > option in ssh_config. > > > > But I have a different problem from a Ubuntu machine when connecting to my > > OpenBSD 3.8 or 4.0 machines. It is not a delay, it's just that it doesn't > > connect. I don't understand the ssh protocol, so I post this problem in case > > someone can help. > > > > # ssh -vvv some.openbsd.host > > OpenSSH_4.3p2 Debian-8ubuntu1, OpenSSL 0.9.8c 05 Sep 2006 > > debug1: Reading configuration data /etc/ssh/ssh_config > > debug1: Applying options for * > > debug2: ssh_connect: needpriv 0 > > debug1: Connecting to 192.168.0.9 [192.168.0.9] port 22. > > debug1: Connection established. > > debug1: identity file /home/jherrero/.ssh/identity type -1 > > debug3: Not a RSA1 key file /home/jherrero/.ssh/id_rsa. > > debug2: key_type_from_name: unknown key type '-----BEGIN' > > debug3: key_read: missing keytype > > debug2: key_type_from_name: unknown key type 'Proc-Type:' > > debug3: key_read: missing keytype > > debug2: key_type_from_name: unknown key type 'DEK-Info:' > > debug3: key_read: missing keytype > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug3: key_read: missing whitespace > > debug2: key_type_from_name: unknown key type '-----END' > > debug3: key_read: missing keytype > > debug1: identity file /home/jherrero/.ssh/id_rsa type 1 > > debug1: identity file /home/jherrero/.ssh/id_dsa type -1 > > debug1: Remote protocol version 1.99, remote software version OpenSSH_4.2 > > debug1: match: OpenSSH_4.2 pat OpenSSH* > > debug1: Enabling compatibility mode for protocol 2.0 > > debug1: Local version string SSH-2.0-OpenSSH_4.3p2 Debian-8ubuntu1 > > debug2: fd 3 setting O_NONBLOCK > > debug1: SSH2_MSG_KEXINIT sent > > > > and here it hangs forever.... > > > > The /etc/ssh/ssh_config (there is no .ssh/config file) in the Ubuntu machine > > is: > > > > Host * > > # ForwardAgent no > > # ForwardX11 no > > # ForwardX11Trusted yes > > # RhostsRSAAuthentication no > > # RSAAuthentication yes > > # PasswordAuthentication yes > > # HostbasedAuthentication no > > # BatchMode no > > # CheckHostIP yes > > # AddressFamily any > > # ConnectTimeout 0 > > # StrictHostKeyChecking ask > > # IdentityFile ~/.ssh/identity > > # IdentityFile ~/.ssh/id_rsa > > # IdentityFile ~/.ssh/id_dsa > > # Port 22 > > # Protocol 2,1 > > # Cipher 3des > > # Ciphers > > aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc > > # EscapeChar ~ > > # Tunnel no > > # TunnelDevice any:any > > # PermitLocalCommand no > > SendEnv LANG LC_* > > HashKnownHosts yes > > # GSSAPIAuthentication yes > > # GSSAPIDelegateCredentials no > > > > > > Any ideas will be appreciated. > > Thanks.