| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| Date: | Tue, 22 Jul 2008 11:42:54 +0200 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: ssh client disconnect error |
| Message-ID: | <20080722094254.GE5251@calimero.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <loom DOT 20080720T174224-182 AT post DOT gmane DOT org> <loom DOT 20080721T103922-629 AT post DOT gmane DOT org> <20080721135103 DOT GC5251 AT calimero DOT vinschen DOT de> <loom DOT 20080721T143613-890 AT post DOT gmane DOT org> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <loom.20080721T143613-890@post.gmane.org> |
| User-Agent: | Mutt/1.5.16 (2007-06-09) |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Jul 21 14:50, luciop wrote: > > Looks like a DNS problem. Do you have a 127.0.0.1 <-> localhost mapping > > in your $SYSTEMROOT/system32/drivers/etc/hosts file? Does forward and > > reverse lookup for localhost and 127.0.0.1 work outside of sshd? > > i have check the hosts and the nslookup. > what tools to use for reverse lookup? nslookup <numerical address> > $less /etc/hosts > 127.0.0.1 localhost > > $ nslookup localhost > Non-authoritative answer: > Server: UnKnown > Address: 192.168.1.1:53 As I said, a DNS problem which you really should fix or let fix by your local admin. localhost should be resolved to 127.0.0.1 (IPv4) and/or ::1 (IPv6). It's resolved to 192.168.1.1 plus a port number 53 which is very wrong. sshd will make a reverse lookup for 192.168.1.1, get a machine name different from localhost and complains correctly about a host name/address mismatch. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |