Current SSH version is out of date.

smartshovon

Active Member
Sep 30, 2013
34
1
58
cPanel Access Level
Root Administrator
in cPanel Security Advisor i get this message


Current SSH version is out of date.

Update current system software in the “Update System Software” area


but when i click Update System Software then it show failed .

Error: Package: redhat-lsb-core-4.0-7.el6.centos.x86_64 (base)
Requires: perl-CGI
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
checkyum version 21.1


ow i can update from ssh command?
 

HSN-Saman

Member
Jan 11, 2013
16
0
1
cPanel Access Level
DataCenter Provider
Hi,

Seems like you need Perl-CGI to make use of "Update System Software" feature , you can install it with the following command in SSH :
yum install perl-CGI
And run the following for updating openssh server and client on your server :
yum update openssh*
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

Check to see if there is an entry for "perl*" on the "exclude=" line in the /etc/yum.conf file. You can remove this entry and then update your system software again to ensure it completes successfully.

Thank you.
 

HSN-Saman

Member
Jan 11, 2013
16
0
1
cPanel Access Level
DataCenter Provider
cPanelMichael

if i do it then it possible? yum install perl-CGI
First you'd need to make sure that it's not included in the "exclude=" in yum.conf , if it is the command won't do anything.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
cPanelMichael

if i do it then it possible? yum install perl-CGI
You could simply run the following command after removing the perl exclusion in /etc/yum.conf:

Code:
yum update
This should automatically install any required packages.

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
i already do this but now show same problem when i want to Update System Software
Could you post the "exclude=" line from your /etc/yum.conf file here so we can ensure that "perl*" is not added to it?

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Feel free to open a support ticket using the link in my signature so we can take a closer look. You can post the ticket number here so we can update this thread with the outcome.

Thank you.