## Notes for upgrading from v3.0.2p2 to v3.1 --------------------------------------------- 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 config files (host key files and ssh_known_hosts will be preserved anyway): cp -r /etc/ssh /var/tmp Remove package: pkgrm OBSDssh Install new package: pkgadd -d /opt/install/OBSDssh-3.1p1-sparc-sun4m-5.6.pkg Copy back old SSH keys, so new ones need not be generated: mv /etc/ssh/ssh_config /etc/ssh/ssh_config.v31 cp /var/tmp/ssh/ssh_config /etc/ssh mv /etc/ssh/sshd_config /etc/ssh/sshd_config.v31 cp /var/tmp/ssh/sshd_config /etc/ssh Start SSH: /etc/init.d/openssh.server start Then test, test, test! Wipe files backedup in /var/tmp: rm -rf /var/tmp/ssh ftpuser: Solaris 7, sparc5=sun4m