i have server running ubuntu 14.04, have issue pci requirements. have installed in server openssh 6.6p1, upgraded openssh 7.2p, compiling code make , make install directly repositories openssh, seems broken because continue getting old version after check dpkg -l openssh\*
:
ii openssh-client 1:6.6p1-2ubunt amd64 secure shell (ssh) client, ii openssh-server 1:6.6p1-2ubunt amd64 secure shell (ssh) server, ii openssh-sftp-serve 1:6.6p1-2ubunt amd64 secure shell (ssh) sftp server
and pci scanner continues reporting same issue have install latest version of openssh.
this cvi id of issue: cve-2016-3115
i needed install newest openssh wanted install via package instead of compiling source.
sudo apt-add-repository 'deb http://archive.ubuntu.com/ubuntu yakkety main universe multiverse' sudo apt-get update sudo apt-get install openssh-server=1:7.3p1-1
it worked me. (technically main , universe necessary here)
$ ssh -v openssh_7.3p1 ubuntu-1, openssl 1.0.2g 1 mar 2016
edit (2017-10-04): answer has been receiving attention lately , might out of date now. remember main
, universe
necessary this, , wanted install package instead of compiling source. please careful typing random commands internet, no matter how well-meaning stranger (in case me) is!
Comments
Post a Comment