I had no trouble installing copSSH and doing and opening an ssh window
locally using putty. However, I need functionality from cygwin other
than ssh, and copSSH is not intended to work with the full-blown
cygwin.
I have attempted to follow the instructions posted at'How to install
OpenSSH sshd server and sftp server on a Windows 2000 or Windows XP or
Windows Vista' (
http://pigtail.net/LRP/printsrv/cygwin-sshd.html) and
http://pigtail.net/LRP/printsrv/vista-cygwin.txt, and have succeeded in
getting sshd to run. However, when I try to connect locally using
Code:
--------------------
ssh -vvv localhost
--------------------
(or more explicit formulations) I get the following:
Code:
--------------------
OpenSSH_5.1p1, OpenSSL 0.9.8h 28 May 2008
debug1: Reading configuration data /etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to localhost [127.0.0.1] port 22.
debug1: Connection established.
debug1: identity file /home/cheesesteak/.ssh/identity type 0
debug3: Not a RSA1 key file /home/cheesesteak/.ssh/id_rsa.
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug3: key_read: missing keytype
<previous line repeated 24 more times>
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
debug2: key_type_from_name: unknown key type '-----END'
debug3: key_read: missing keytype
debug1: identity file /home/cheesesteak/.ssh/id_rsa type 1
debug1: identity file /home/cheesesteak/.ssh/id_dsa type -1
ssh_exchange_identification: Connection closed by remote host
--------------------
During a previous attempted installation, I had only asked for an RSA2
key. Since it it complained about RSA1, I asked for both RSA1 and RSA2
keys to be set up but obviously that did not help.
Suggestions appreciated!
CS
--
cheesesteak