F18's openssh-server has %triggerun scripts to handle migration from older versions of openssh-server. So old, in fact, that they're older than what shipped in F16: % koji -q latest-pkg f16 openssh openssh-5.8p2-16.fc16.1 f16 jfch2222 Versus: === %triggerun -n openssh-server -- openssh-server < 5.8p2-12 /usr/bin/systemd-sysv-convert --save sshd >/dev/null 2>&1 || : /bin/systemctl enable sshd.service >/dev/null 2>&1 /sbin/chkconfig --del sshd >/dev/null 2>&1 || : /bin/systemctl try-restart sshd.service >/dev/null 2>&1 || : %triggerpostun -n openssh-server-sysvinit -- openssh-server < 5.8p2-12 /sbin/chkconfig --add sshd >/dev/null 2>&1 || : === Upgrades that skip a release aren't supported, so this is probably safe to drop even in F18, but certainly should be dropped in F19.
will be dropped in next F18 and rawhide openssh release. Thanks.
openssh-6.1p1-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/openssh-6.1p1-2.fc18
Package openssh-6.1p1-2.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing openssh-6.1p1-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-17159/openssh-6.1p1-2.fc18 then log in and leave karma (feedback).
openssh-6.1p1-2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.