This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: sshd broken on reboot


----- Original Message ----- Sent: Sunday, November 28, 2004 3:00 PM
Subject: Re: sshd broken on reboot



At 11:57 AM 11/28/2004, you wrote:
Cygwin:

My O/S is WinXP Pro SP2 and my Cygwin is current as of last night.  I
would like to start using sshd.  I located and read:

http://pigtail.net/LRP/printsrv/cygwin-sshd.html

I installed sshd per steps 3-6.  sshd works fine when I start it
manually, but is broken on reboot:

   dpchrist@p42800e:~$ ssh localhost
   ssh_exchange_identification: Connection closed by remote host

I think this is the clue:
   dpchrist@p42800e:~$ cat /var/log/sshd.log
         3 [main] sshd 952 fork_copy: linked dll data/bss pass 0 faile
d, 0x3DB000..0x3DB050, done 0, windows  pid 3484, Win32 error 487

Sure.  Uninstall and reinstall the 'openssh' package and then follow the
configuration instructions in '/usr/share/doc/Cygwin/openssh.README'.
Either that or contact the author of the instructions you used to create
your installation.  Those instructions weren't provided as part of Cygwin
so for practical reasons, they are off-topic for this list.


Hi David,


I had the same problem, and it turned out to be caused by McAfee VirusScan 8.0i. If Larry's solution doesn't work for you, and if you do in fact have McAfee installed, you might want to try making the sshd service dependent on the McShield service using a command like:

/usr/bin/regtool -m set /machine/SYSTEM/CurrentControlSet/Services/sshd/DependOnService McShield

It worked for me :)

Rob.


-- 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/


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