Skip to content

Instantly share code, notes, and snippets.

@anuragcodes
Forked from techgaun/readme.md
Created March 26, 2018 08:33
Show Gist options
  • Save anuragcodes/69c2acdc8f1d26f519f223c7997f06b8 to your computer and use it in GitHub Desktop.
Save anuragcodes/69c2acdc8f1d26f519f223c7997f06b8 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment