From: "Michael Leone" <[EMAIL PROTECTED]> > On Sat, 2002-01-26 at 15:04, Jacques Nilo wrote: > > This is a "maintenance" package. > > Statically compiled against libnsl and openssl-0.9.6c > > Dynamically against zlib 1.1.3 > > One more FAQ in the doc. See: > > http://leaf.sourceforge.net/devel/jnilo/openssh.html > > Jacques, I'm currently using OpenSSH v3.0p1. What's the best way to > upgrade, without having to remake keys? Just load the new sshd.lrp?
Here is what I would suggest: Download the new sshd.lrp on a floppy disk. mount it on your firewall: mount -t msdos /dev/fd0 /mnt then extract the package cd /mnt lrpkg -i cd / umount your floppy: umount /mnt OK now you have to make a change in /etc/ssh since the entropy file has changed Removed the NEW one (rm moduli) and rename the OLD one (mv primes moduli) You have to do that otherwise I think your keys won't work any more. I have not done it myself but it is exactly what the install part of the openssh Makefile is doing. So it should work Once you have done that backup your new sshd --> it will backup your keys as well. Of course you could also scp the package to the firewall /tmp file and do the same. Let me know if it is working. It's worth a FAQ :-) Jacques _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
