Update to openssh 5.8p2
This commit is contained in:
committed by
Tom G. Christensen
parent
eb5009f699
commit
6d73aa0caf
@@ -1,5 +1,8 @@
|
||||
CHANGELOG
|
||||
---------
|
||||
* Fri May 20 2011 Tom G. Christensen <swpkg@jupiterrise.com> - 5.8p2-1
|
||||
- Update to 5.8p2
|
||||
|
||||
* Sep Sun 12 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 5.6p1-1
|
||||
- Update to 5.6p1
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ fi
|
||||
|
||||
# We will try to preserve any existing keys from an old setup
|
||||
# Note that new keygen is done in the init script
|
||||
for keyfile in ssh_host_key ssh_host_dsa_key ssh_host_rsa_key; do
|
||||
for keyfile in ssh_host_key ssh_host_dsa_key ssh_host_rsa_key ssh_host_ecdsa_key; do
|
||||
if [ ! -f "${CONFDIR}/$keyfile" ] ; then
|
||||
# Check and see if we might find it in $OLDCONFDIR
|
||||
if [ -f "${OLDCONFDIR}/$keyfile" ]; then
|
||||
|
||||
Reference in New Issue
Block a user