delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <BAY114-F5C80E3727B16AA1B4AD54BF920@phx.gbl> |
X-Sender: | vilarneto AT hotmail DOT com |
In-Reply-To: | <02cb01c683cd$ceb5c0b0$a501a8c0@CAM.ARTIMI.COM> |
From: | "Vilar Camara" <vilarneto AT hotmail DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | RE: sshd+ssh localhost connects, but don't reach the shell |
Date: | Tue, 30 May 2006 15:08:56 +0000 |
Mime-Version: | 1.0 |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
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 |
> > debug3: Not a RSA1 key file /home/vilarnt/.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 > > (previous line repeated many times) > > debug2: key_type_from_name: unknown key type '-----END' > > Ok, let's take a look at this. Here's what mine looks like > >-----BEGIN RSA PRIVATE KEY----- >Proc-Type: 4,ENCRYPTED >DEK-Info: DES-EDE3-CBC,0..............B > >xO.........................CENSORED!............................ >...........................CENSORED!............................ > [ repeat many lines of base64 gibberish ] >...........................CENSORED!..........................BS >-----END RSA PRIVATE KEY----- > >Does yours look the same way? Well, depends. If I give a passphrase during "ssh-user-config" the format is exactly as you've described. If I give blank passphrases, then the file lacks "Proc-Type", "DEK-Info" and the following blank line. >Does 'od -c <id_rsa' show any '\r' chars? No, only '\n's. " od -c < .ssh/id_rsa | grep -c '\\r' " shows 0. -- Regards, Vilar Camara Neto -- 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 |