From owner-freebsd-questions@FreeBSD.ORG Sun Mar 14 08:49:48 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 188FF16A4CE for ; Sun, 14 Mar 2004 08:49:48 -0800 (PST) Received: from phoenix.walkingwizard.com (cip-70-196.bbs.surfcity.net [66.116.70.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C0AD43D39 for ; Sun, 14 Mar 2004 08:49:47 -0800 (PST) (envelope-from admin@walkingwizard.com) Received: from gandolf (gandolf.walkingwizard.com [192.168.0.102]) by phoenix.walkingwizard.com (Postfix) with ESMTP id E6FD7C9417; Sun, 14 Mar 2004 08:51:17 -0800 (PST) From: "Michael Pinnella" To: "'Eduardo Viruena Silva'" , Date: Sun, 14 Mar 2004 08:49:41 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <20040314101350.O61009@Gina.esfm.ipn.mx> Thread-Index: AcQJ4vH3nkCL7FQcTDq+43F+Kn5SQgAAOdUg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-Id: <20040314165117.E6FD7C9417@phoenix.walkingwizard.com> Subject: RE: 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:49:48 -0000 Eduardo, Make sure that the name and IP addresses are in each other's hosts file. Mike -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Eduardo Viruena Silva Sent: Sunday, March 14, 2004 8:37 AM To: freebsd-questions@freebsd.org Subject: ssh 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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"