Frank Cox <thea...@...> writes:

> 
> 
> On Mon, 2010-09-13 at 12:59 -0400, James B. Byrne wrote:
> > What is the procedure to remove the latest openssh packages and
> > replace them with the previous ones?
> 
> I'm not sure you can do that directly with yum (though someone can
> correct me there) but you could do it by downloading the rpm packages
> that you want to downgrade, then do:
> 
> rpm -U --oldpackage filename.rpm
> 


I had the same problem and downgraded with:

yum remove openssh-*
yum install openssh openssh-server openssh-clients --disablerepo=updates

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to