I followed this https://fedoraproject.org/wiki/Upgrading_Fedora_using_yum#Fedora_17_-.3E_Fedora_18 guide to upgrade my Fedora 17 to 18.
All was fine until I issued su -c 'yum --releasever=18 --disableplugin=presto distro-sync -y'. My PuTTY disconnected. Obviously it is because Cleanup: openssh-server-5.9p1-22.fc17.x86_64 306/574
How can I skip OpenSSH during the distro-sync so my upgrade works fine?
--exclude=[package]option which excludepackagefrom updating, but not sure if it works withdistro-sync. anyway, even if it works, will openssh-server-fc17 works on Fedora 18? remotely upgrade is some kind of dangerous which can cause out of control – LiuYan 刘研 Dec 17 '12 at 4:38su -c 'yum --releasever=18 --disableplugin=presto --exclude=openssh* distro-sync -y'its succeed until end of the process after reboot what @LiuYan刘研 worried about is true. openssh-server-fc17 NOT working on Fedora 18. – RiseCakoPlusplus Dec 17 '12 at 5:54