latest openssh version from yum

Issues related to applications and software problems
Post Reply
ekatz
Posts: 10
Joined: 2017/07/12 14:43:00

latest openssh version from yum

Post by ekatz » 2017/07/13 19:08:19

Hello all,

Where can I find the latest openssh version for CentOS6?
Here is what we currently have installed:
openssh-5.3p1-122.el6.x86_64

Thanks!

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: latest openssh version from yum

Post by TrevorH » 2017/07/13 19:34:46

The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

ekatz
Posts: 10
Joined: 2017/07/12 14:43:00

Re: latest openssh version from yum

Post by ekatz » 2017/07/13 20:07:13

Thanks!

Is there a way to search what's backported? or should I assume that everything is backported if yum update doesn't have any updates?

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: latest openssh version from yum

Post by TrevorH » 2017/07/13 21:34:38

rpm -q --changelog openssh | less
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
jlehtone
Posts: 4530
Joined: 2007/12/11 08:17:33
Location: Finland

Re: latest openssh version from yum

Post by jlehtone » 2017/07/14 06:29:59

ekatz wrote:should I assume that everything is backported if yum update doesn't have any updates?
Not quite. "Everything" is too vague.

If you do have the latest published package, then you have the latest published package.

What is in the package is what Red Hat has deemed necessary to put into it. What they choose to backport, they do. The focus is on security. That is hardly "everything".

ekatz
Posts: 10
Joined: 2017/07/12 14:43:00

Re: latest openssh version from yum

Post by ekatz » 2017/07/14 14:30:49

Thanks guys!

I'll try to clarify my question... in this case of openssh there were no updates since Dec 2016, that's why I asked if it's the latest... So i was trying to check if there is a way to check if im running the latest besides running yum update or rpm -qa

Thanks again for your helpful answers.

stevemowbray
Posts: 519
Joined: 2012/06/26 14:20:47

Re: latest openssh version from yum

Post by stevemowbray » 2017/07/14 14:44:58

If you have openssh-5.3p1-122.el6.x86_64 then it was built in March, not last December, as you can verify by running

Code: Select all

rpm -qi openssh

Post Reply