Group: Forum Members
Posts: 21,
Visits: 112
|
I am still struggling with this.
I have these two errors in the event log:
=========================
Faulting application name: sshd64.exe, version: 5.0.9.2696, time stamp: 0x539a6b15
Faulting module name: ntdll.dll, version: 6.1.7601.22436, time stamp: 0x521eb03f
Exception code: 0xc0000374
Fault offset: 0x00000000000c4322
Faulting process id: 0x1c7c
Faulting application start time: 0x01cf947349aad1b6
Faulting application path: C:\Program Files\Pragma\Fortress\sshd64.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 8da2df76-0066-11e4-b191-00237dd06bb8
==========================
Faulting application name: sshd64.exe, version: 5.0.9.2696, time stamp: 0x539a6b15
Faulting module name: PragmaAuth.dll, version: 5.0.9.2696, time stamp: 0x539a6937
Exception code: 0xc0000417
Fault offset: 0x000000000000579c
Faulting process id: 0x1a54
Faulting application start time: 0x01cf9504aa240e7e
Faulting application path: C:\Program Files\Pragma\Fortress\sshd64.exe
Faulting module path: C:\Program Files\Pragma\Fortress\PragmaAuth.dll
Report Id: e9901c9b-00f7-11e4-b191-00237dd06bb8
=========================
The first mentions ntdll.dll and the second is PragmaAuth.dll.
What I can't get to work is the initial registration of a user without using the registry to store keys. I cannot get the system to update the authorized_keys2 file. If I have the registry enabled, it works *sometimes*. ie eventually I see the new public key in the authorized_keys2 file, but I do not know how it got updated. You mentioned above that the user who is loging on is the account that needs access to the file, but I don't see that. Login only seems to work if I give "Everyone" read access. Am I missing another account that needs read access?
Once the public key is stored in this file, I can connect from both our load balanced servers and read the key stored on our fileserver.
I have also manually removed the Keys from the PAD folder in the registry. I know this is bad practice, but I want to make sure the system is not authenticating from there. This however has caused problems and might be the cause of the errors about. I am not sure. Is there a documented way of removing the keys stored in the registry?
At the moment I can't help feeling there is some dependency between storing keys in registry and in the authorized_keys2 file.
Thanks for your help...
Robin
|