LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   Update Centos5.8 with OpenSSH 6.1 (https://www.linuxquestions.org/questions/linux-distributions-5/update-centos5-8-with-openssh-6-1-a-4175439505/)

200mg 11-30-2012 04:33 PM

Update Centos5.8 with OpenSSH 6.1
 
I need to upgrade OpenSSH on a Centos5.8 box to OpenSSH 6.1, I'm currently at 4.3, if I try via yum, ie: yum upgrade openssh, it says no pacakges marked for update.

what would be the easiest way for me to accomplish this?

unSpawn 11-30-2012 07:19 PM

Why would you "need" to? Anyway, just 'wget' the openssh-6.1p1.tar.gz tar ball, extract the contrib/redhat/openssh.spec and 'rpmbuild -bb --define 'skip_x11_askpass 1' --define 'skip_gnome_askpass 1' openssh.spec' should get you your RPMs.


All times are GMT -5. The time now is 08:38 AM.