Skip to content

Instantly share code, notes, and snippets.

@techgaun
Created February 5, 2017 04:44
Show Gist options
  • Save techgaun/df66d37379df37838482c4c3470bc48e to your computer and use it in GitHub Desktop.
Save techgaun/df66d37379df37838482c4c3470bc48e to your computer and use it in GitHub Desktop.
OpenSSH 7.4 on Ubuntu 16.04

Installing OpenSSH 7.4 on Ubuntu 16.04

sudo apt install -y build-essential libssl-dev zlib1g-dev
wget "http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz"
tar xfz openssh-7.4p1.tar.gz
cd openssh-7.4p1
./configure
make
sudo make install
@xyombo
Copy link

xyombo commented Sep 8, 2020

the link has been 404.

the link is works for me
https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment