> > I have updated openssh packages to their latest 2.9.9p2 version.
> > They are compiled statically against openssl-0.9.6b and dynamically
> > against zlib-1.1.3
> > See:
> > http://leaf.sourceforge.net/devel/jnilo
>
> Excellent!
>
> Charles, is this that version that you are adding to Dachstein-CD ???

The version on rc4 is the preveious one (2.9p2), but I will update to the
2.9.9p2 version on the next image.  On the plus side, once you migrate to
openssh with the existing CD, simply swapping out the CD will upgrade you to
the new release, keeping your existing configuration and keys.

BTW:  To upgrade from the previous version of ssh to openssh (on
Dachstein-CD)...a similar procedure can be used for floppy users:

Change the packages that get loaded:
  Add libz
  Change sshd-1 to sshd
  Change ssh-1 to ssh
Reboot
Load sshkey and run makekeys to generate new ssh keys...you need DSA and RSA
keys, which the old ssh package didn't use.
Extract your old sshd-1 configuration package somewhere...I use /tmp
  mount -t msdos /dev/fd0 /mnt
  cd /tmp
  zcat /mnt/sshd-1.lrp | tar -xv
  umount /mnt
Copy your old ssh key:
  cp /tmp/etc/ssh/ssh_host_key* /etc/ssh/
Backup sshd

NOTE:  The above is unnecessary if you don't care whether or not your host
key changes...just make new keys and backup if you don't need/want to keep
your old hostkey.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to