Will this work below
OR
Is a better way for doing this?
I am just getting sick tired of the PCI Compliance saying I am not compliant and always had to explain to PCI Compliance people over and over again that is is a false negative. Just want to permanently fix this. I waste so much time on this that it is not funny and have to do it many servers too.
Code:
wget http://ftp.ini.uzh.ch/pub/OpenBSD/Op...h-5.8p1.tar.gz
gunzip openssh-5.8p1.tar.gz
cd /usr/local/src/openssl-1.0.0d
../config
make
make test
make install
################
=============
rpm -qa | grep openssh
ssh -V
Is a better way for doing this?
I am just getting sick tired of the PCI Compliance saying I am not compliant and always had to explain to PCI Compliance people over and over again that is is a false negative. Just want to permanently fix this. I waste so much time on this that it is not funny and have to do it many servers too.