Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <000f01c03fa4$80b44c60$d00aa8c0@corp.socialnet.com> Reply-To: "Ed Wu" From: "Ed Wu" To: Subject: openssh cygwin 1.1.4 Date: Thu, 26 Oct 2000 16:28:53 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Hi: Hi, I recently download the cygwin1.1.4. With the help from this mailing list, I solved the telnetd, ftpd and ssh-keygen problems. I thank you guys all for the help. Now my problem is sshd. 0) inetd, telnetd and ftpd setup. 1) type ssh-* to make sure I am using the right version 2) /etc/inetd.conf /etc/services and c:/winnt/system32/drivers/etc/services. setup 3) rm /etc/ssh* ~/.ssh/*; ssh-config 4) ls -l /etc/ssh* ~/.ssh/ 5) make minor change in /etc/ssh_config and /etc/sshd_config (I have repeated different configuration a couple of times.) 6) reboot computer. 7) from NT computer or other Unix computer test sshd 8) The problem seems to be host identification and not user identification. Thanks. Ed Aihua Wu ======================================================= bash-2.04$ ssh localhost -l ed # from NT ssh_exchange_identification: Connection closed by remote host bash-2.03$ ssh1 ewu -l ed # from unix Bad remote protocol version identification: 'sshd: no hostkeys available -- exiting. ' bash-2.03$ ssh2 ewu -l ed # from unix Disconnected; connection lost (Connection closed by remote host.). bash-2.04$ ls -l /etc/ssh* ~/.ssh/ -rw-rw-rw- 1 ed None 995 Oct 26 16:01 /etc/ssh_config -rw------- 1 ed None 668 Oct 26 16:01 /etc/ssh_host_dsa_key -rw-rw-rw- 1 ed None 597 Oct 26 16:01 /etc/ssh_host_dsa_key.pub -rw------- 1 ed None 521 Oct 26 16:01 /etc/ssh_host_key -rw-rw-rw- 1 ed None 326 Oct 26 16:01 /etc/ssh_host_key.pub -rw-rw-rw- 1 ed None 1044 Oct 26 16:01 /etc/sshd_config /cygdrive/e/home/ewu/.ssh/: total 4 -rw------- 1 ed None 736 Oct 26 16:02 id_dsa -rw-rw-rw- 1 ed None 597 Oct 26 16:02 id_dsa.pub -rw------- 1 ed None 521 Oct 26 16:01 identity -rw-rw-rw- 1 ed None 326 Oct 26 16:01 identity.pub -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com