Centos 6.5: Upgrade OpenSSH from 5.3 to > 5.6

  • Thread starter Thread starter dadoprso
  • Start date Start date
D

dadoprso

I am running centos version 6.5

Code:
[e@localhost ~]$ cat /etc/redhat-release
CentOS release 6.5 (Final)
My openssh is at version 5.3

Code:
[e@localhost ~]$ ssh -v
OpenSSH_5.3p1, OpenSSL 1.0.1e-fips 11 Feb 2013
First off, is it possible that CentOS's version of OpenSSH 5.3 contains a patch for the control persist feature?

I need a version of openssh greater than than 5.5 in order to use ControlPersist in my .ssh/config (correct?)

Code:
sudo yum update
does not contain an update for OpenSSH. Is there an easy way to upgrade?

I tried following this guide but I was getting a weird error with installing maria db when I tried to
Code:
sudo yum update
after adding the centalt repo.

Side question: is there a way to inline the code syntax? I am trying to have `sudo yum update` be shown as code inside of a sentence.

Continue reading...
 
Back
Top