From owner-freebsd-questions@FreeBSD.ORG Sun Mar 14 08:37:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D0A216A4CE for ; Sun, 14 Mar 2004 08:37:26 -0800 (PST) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA94D43D1F for ; Sun, 14 Mar 2004 08:37:25 -0800 (PST) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.10/8.12.10) with ESMTP id i2EGb1Le061550 for ; Sun, 14 Mar 2004 10:37:02 -0600 (CST) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)i2EGb10V061547 for ; Sun, 14 Mar 2004 10:37:01 -0600 (CST) (envelope-from mrspock@esfm.ipn.mx) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Sun, 14 Mar 2004 10:37:01 -0600 (CST) From: Eduardo Viruena Silva To: freebsd-questions@freebsd.org Message-ID: <20040314101350.O61009@Gina.esfm.ipn.mx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: ssh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2004 16:37:26 -0000 Hello FreeBSD gurus! I have a question for you. I have two computers, both of them running FreeBSD 2.5.1-RELEASE. Let us call them A and B. Computer A receives ssh connections from computers running Linux, Solaris and even Windows; it also receives connections from FreeBSD 4.x and 5.1 but it does not receive ssh connections from B. A ask for password and then it takes a long time to say "Operation timmed out" "Connection to A closed". Enabling "sshd" in rc.d or using it from inetd makes no difference. Strange, isn't it? Hope you can help me. Thanks in advance: PD. Here you will find what "ssh -v A" dislays: B:/home/mrspock> ssh -v A OpenSSH_3.6.1p1 FreeBSD-20030924, SSH protocols 1.5/2.0, OpenSSL 0x0090703f debug1: Reading configuration data /etc/ssh/ssh_config debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: Connecting to A.esfm.ipn.mx [148.204.102.61] port 22. debug1: Connection established. debug1: identity file /home/mrspock/.ssh/identity type -1 debug1: identity file /home/mrspock/.ssh/id_rsa type -1 debug1: identity file /home/mrspock/.ssh/id_dsa type -1 debug1: Remote protocol version 1.99, remote software version OpenSSH_3.6.1p1 FreeBSD-20030924 debug1: match: OpenSSH_3.6.1p1 FreeBSD-20030924 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_3.6.1p1 FreeBSD-20030924 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 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 'A.esfm.ipn.mx' is known and matches the DSA host key. debug1: Found key in /home/mrspock/.ssh/known_hosts:3 debug1: ssh_dss_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-interactive debug1: Next authentication method: publickey debug1: Trying private key: /home/mrspock/.ssh/identity debug1: Trying private key: /home/mrspock/.ssh/id_rsa debug1: Trying private key: /home/mrspock/.ssh/id_dsa debug1: Next authentication method: keyboard-interactive Password: debug1: Authentication succeeded (keyboard-interactive). debug1: channel 0: new [client-session] debug1: Entering interactive session. debug1: channel 0: request pty-req debug1: channel 0: request shell debug1: channel 0: open confirm rwindow 0 rmax 32768 debug1: channel_free: channel 0: client-session, nchannels 1 Read from remote host A.esfm.ipn.mx: Operation timed out Connection to A.esfm.ipn.mx closed. debug1: Transferred: stdin 0, stdout 0, stderr 101 bytes in 326.2 seconds debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.3 debug1: Exit status -1