This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

openssh cygwin 1.1.4


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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]