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]

Win10: C:\cygwin\bin\ssh.exe: *** fatal error - NtCreateEvent(lock)‏


I have just upgraded to Windows 10 from Windows 7, and now my 32 bit Cygwin ssh crashes with this error:

~>ssh -vv gnedin@fulla.fnal.gov
OpenSSH_7.1p1, OpenSSL 1.0.2d 9 Jul 2015
debug1: Reading configuration data /home/Home/.ssh/config
debug1: /home/Home/.ssh/config line 3: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to fulla.fnal.gov [131.225.182.20] port 22.
debug1: Connection established.
...
debug1: Authentications that can continue: gssapi-keyex,gssapi-with-mic,keyboard-interactive
debug1: Next authentication method: gssapi-with-mic
      2 [main] ssh 4996 C:\cygwin\bin\ssh.exe: *** fatal error - NtCreateEvent(lock): 0xC0000058
Hangup

I searched the web and Cygwin archive, and found no solution. That only happens when I connect to the remote host using Kerberos, a normal password or public key authentication works just fine. Everything worked just fine under Windows 7. I reinstalled Kerberos and ssh, but that did not help. I also have cygwin updated to the latest version(setup 2.873).

My .ssh/config should be configured properly:

ServerAliveInterval     30
Host *
  ForwardX11 yes
  ForwardX11Trusted yes
  GSSAPIAuthentication yes
  GSSAPIDelegateCredentials yes

I also attach the results of running cygcheck -s -v -r> cygcheck.out

 		 	   		  

Attachment: cygcheck.out
Description: Binary data

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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