## Notes for upgrading from v2.9 to v3.0.2
-------------------------------------
Download new package to /opt/install

Kill all ssh connections, except your active one. Look at the date/time of processes for this:
ps -ef | grep ssh

Backup ssh files:
cp /etc/ssh* /var/tmp

Remove package:
pkgrm OBSDssh

Install new package:
pkgadd -d /opt/install/OBSDssh-3.0.2p1-sparc-sun4m-5.6.pkg

Copy back old SSH keys, so new ones need not be generated:
cp /var/tmp/ssh_host_* /etc/ssh
cp /var/tmp/ssh_known_hosts2 /etc/ssh/ssh_known_hosts

Start SSH:
 /etc/init.d/openssh.server start

Then test, test, test!