delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/05/21/21:11:37

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
q=dns; s=default; b=FguBUNqUh9lVVPqCThCyMklYNNDGFMKN/Oflc3Lcyhu
CCrz8+gh9B21OD+Kjm1Au2+rvjTAps0Vzbl20D59nu5mlSd5cvCGHa0w6NqNSmvU
bmWFA580uYx+5zlRbWztd/J/jWNnT9fjkeZezkrkfEowq2LgEf29JSurWIlS+AoI
=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
s=default; bh=Qx26aldW9REwJHcXNVqF6YEXqXk=; b=O8OrHAfGN52QfIZk/
Kf/mjzRJ/8RnqSh4KGYi3yWc7T0Tq5l8eC9qEAA8KjZgMdcMy5DPG5StrasIRY4V
UcMAT0N+aXoFJ12rztyjvPQ3YwaMLA3oF6mfuUk7Aj6dUrYSpChfdlB0n/rpm5YV
WuLs35u0XbBYqS0iqFBil8O0/E=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2
X-HELO: smtpb.spamarrest.com
Message-ID: <537D4EB6.4020308@oliveyou.net>
Date: Wed, 21 May 2014 21:11:18 -0400
From: Chloe <starrychloe AT oliveyou DOT net>
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Cannot log in to SSHD, either with public key or password
References: <537D458E DOT 9060507 AT oliveyou DOT net>
In-Reply-To: <537D458E.9060507@oliveyou.net>
X-Forwarded-Message-Id: <537D458E DOT 9060507 AT oliveyou DOT net>

Please help, I cannot log into Cygwin with SSH.

ssh -vvv Chloe AT localhost log: http://pastebin.com/vt2aP86F

I don't know why it says
debug3: Could not load "/home/Chloe/.ssh/id_rsa" as a RSA1 public key
because I can use that key to log into a VPS.

I installed the latest ssh. I verified permissions:

---------------------------
$ ls -ld . *
drw-------+ 1 Chloe None     0 May 21 19:31 .
-rw-------  1 Chloe None   395 May 21 19:31 authorized_keys
-rw-------  1 Chloe None  1638 Apr  6  2009 authorized_keys.old
-rw-------  1 Chloe None   668 Apr  6  2009 id_dsa
-rw-------  1 Chloe None   603 Apr  6  2009 id_dsa.pub
-rw-------  1 Chloe None  1675 Apr  6  2009 id_rsa
-rw-------  1 Chloe None  1464 Apr 23  2009 id_rsa.ppk
-rw-------  1 Chloe None   395 Apr  6  2009 id_rsa.pub
-rw-------  1 Chloe None   976 Apr  6  2009 identity
-rw-------  1 Chloe None   640 Apr  6  2009 identity.pub
-rw-------  1 Chloe None 12226 May 21 19:30 known_hosts
------------------------------

This is the error in Application event viewer log:

---------------------
The description for Event ID 0 from source sshd cannot be found. Either 
the component that raises this event is not installed on your local 
computer or the installation is corrupted. You can install or repair the 
component on the local computer.

If the event originated on another computer, the display information had 
to be saved with the event.

The following information was included with the event:

sshd: PID 6840: Failed password for Chloe from 127.0.0.1 port 49802 ssh2
-----------------------

I've also tried
$ ssh chloe AT localhost
and
$ ssh Chloe AT 127 DOT 0 DOT 0 DOT 1
and I've also tried Putty.

Here are non-comments in sshd_config

-----------------------------------------------------------
$ grep -v ^\# /etc/sshd_config | grep -ve '^\s*$'
Port 22
ListenAddress 127.0.0.1
StrictModes no
AuthorizedKeysFile      .ssh/authorized_keys
UsePrivilegeSeparation sandbox          # Default for new installations.
Subsystem       sftp    /usr/sbin/sftp-server
-------------------------------------------------------------

I see this in the sshd.log

----------------------------------
$ tail -1 /var/log/sshd.log
Could not load host key: /etc/ssh_host_ecdsa_key
-----------------------------------

But I don't understand why it can't open it. That's how ssh-host-config 
set it up. I had to change owner for sshd_config to myself so I could 
save my edits (ListenAddress).

------------------------------------
$ ls -l ssh*
-rw-r--r--  1 cyg_server root 1574 May 21 19:22 ssh_config
-rw-------  1 cyg_server root  672 May 21 18:19 ssh_host_dsa_key
-rw-r--r--  1 cyg_server root  599 May 21 18:19 ssh_host_dsa_key.pub
-rw-------  1 cyg_server root  227 May 21 18:19 ssh_host_ecdsa_key
-rw-r--r--  1 cyg_server root  171 May 21 18:19 ssh_host_ecdsa_key.pub
-rw-------  1 cyg_server root  399 May 21 18:19 ssh_host_ed25519_key
-rw-r--r--  1 cyg_server root   91 May 21 18:19 ssh_host_ed25519_key.pub
-rw-------  1 cyg_server root  974 May 21 18:19 ssh_host_key
-rw-r--r--  1 cyg_server root  639 May 21 18:19 ssh_host_key.pub
-rw-------  1 cyg_server root 1675 May 21 18:19 ssh_host_rsa_key
-rw-r--r--  1 cyg_server root  391 May 21 18:19 ssh_host_rsa_key.pub
-rw-------+ 1 Chloe      root 3640 May 21 20:10 sshd_config
------------------------------------

I checked in Task Manager and sshd is running as cyg_server.







--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019