Re: openssh: fatal: rsa_private_decrypt() failed

2000-02-25 Thread Mark Murray
> On Fri, 25 Feb 2000, Alfred Perlstein wrote: > > > Can anyone working on the recent sshd black magic linkage stuff please > > step up and explain? > > > > Or shall i move it to network_pass4? > > Please just let mark fix it..don't want the too many cooks problem :-) In a couple of hours, I'l

Re: openssh: fatal: rsa_private_decrypt() failed

2000-02-25 Thread Alfred Perlstein
* Kris Kennaway <[EMAIL PROTECTED]> [000225 22:06] wrote: > On Fri, 25 Feb 2000, Alfred Perlstein wrote: > > > Can anyone working on the recent sshd black magic linkage stuff please > > step up and explain? > > > > Or shall i move it to network_pass4? > > Please just let mark fix it..don't want

Re: openssh: fatal: rsa_private_decrypt() failed

2000-02-25 Thread Kris Kennaway
On Fri, 25 Feb 2000, Alfred Perlstein wrote: > Can anyone working on the recent sshd black magic linkage stuff please > step up and explain? > > Or shall i move it to network_pass4? Please just let mark fix it..don't want the too many cooks problem :-) Kris "How many roads must a man wal

Re: openssh: fatal: rsa_private_decrypt() failed

2000-02-25 Thread Alfred Perlstein
> On Fri, 25 Feb 2000, Chris Timmons wrote: > > > I find that if I start /usr/sbin/sshd manually everything works as > > expected. When I allow it to start via the rc scripts, I get upon > > connecting from my 1.2.27 ssh client > > > > sshd[190]: fatal: rsa_private_decrypt() failed Chris a

Re: openssh: fatal: rsa_private_decrypt() failed

2000-02-25 Thread Chris Timmons
It looks as though sshd is started prematurely (before ldconfig runs) in /etc/rc. I made the problem disappear on my system by starting sshd around the time inetd is started. -c On Fri, 25 Feb 2000, Chris Timmons wrote: > I find that if I start /usr/sbin/sshd manually everything works as >