Don't really like top posts... You did not do any manual patching, but compile openssl separatley?? ;-)
Well. Why should I compile and install openssl first when I do a total cvs stable update. And we use STABLE for production. And I expect stable to work... ;-) Wouldn't the following be sufficient? It should be... Don't you think? It usually is.... --snip-- cd /usr export CVSROOT="[EMAIL PROTECTED]:/cvs" cvs -z5 -q get -rOPENBSD_3_9 -P src cd /usr/src/sys/arch/i386/conf config GENERIC cd ../compile/GENERIC make clean && make depend && make mv /bsd /bsd.old cp bsd / reboot cd /usr/src rm -r /usr/obj/* make obj && make build reboot --snip-- -current is not an option on the production servers. We update OpenBSD servers once every year (i.e not every new release) with a new release and do the above updates in between if needed.... Inte schysst att jdmfvra -current med -stable de kanske inte ens versionerna av ingeende komponenter dr samma! Regards /Per-Olov On Tuesday 17 October 2006 09:44, Maxim Bourmistrov wrote: > Well, I did a cvsup (no manual patching). With cvsup came openssl patches > too. So I, personly , compiled/installed openssl first, then continued with > openssh. I do setup extra instance of sshd/telnet before any major upgrade. > I did the same with openssh as you - make clean obj depend , etc. > Works well here with keys from -current boxes. > > On Tuesday 17 October 2006 01:07, Per-Olov Sjvholm wrote: > > After I upgraded to 3.9 stable from Oct 10 SSH key login no longer work. > > > > All my servers stopped working with SSH key logins with the result that > > all my rsync automated backups gave up. This happened after my last > > upgrade October 10, where I did a full source update of my 3.9 stable. I > > could however still login with any account where I use passwords. Both > > source and target SSH was OpenBSD and 3.9 from October 10. And as said it > > happened on six server at the same time. The only thing that could have > > caused this is that this update contained the new OpenSSH 4.4. > > > > I think the thread " > > Cannot login into OpenSSH after applying patch 020_ssh2.patch to OpenBSD > > 3.8 stable" is not the same problem. Or is it? Well... the fix for that > > thread problem was "cd /usr/src/usr.bin/ssh && make obj depend && make && > > make install". And that does not help here.... Apart from that, the > > result is EXACTLY the same as the referenced thread. > > > > Login with keys from a patched 3.9 system to a non patched system (ssh > > 4.4 against 4.3) still works... > > > > Any clues? > > > > Thanks in advance > > Per-Olov