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:
[EMAIL PROTECTED]:~$ ssh localhost ssh_exchange_identification: Connection closed by remote host
I think this is the clue: [EMAIL PROTECTED]:~$ 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/