-1

I need to upgrade the version of OpenSSH on my Ubuntu 20.04.6 LTS to OpenSSH 8.7 or later. After running this:

sudo apt upgrade 
sudo apt install openssh-server

It returns;

Reading package lists... Done
Building dependency tree
Reading state information... Done
openssh-server is already the newest version (1:8.2p1-4ubuntu0.11).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Running

ssh -V

Returns

OpenSSH_8.2p1 Ubuntu-4ubuntu0.11, OpenSSL 1.1.1f  31 Mar 2020

How do I upgrade it?

Xaphann
  • 97
  • 1
  • 2

1 Answers1

-1

For anyone looking at this, I just updated Ubuntu 22.04.

Xaphann
  • 97
  • 1
  • 2
  • Please use the edit link on your question to add additional information. The Post Answer button should be used only for complete answers to the question. - From Review – zx485 Mar 22 '24 at 17:58