Skip to content

Instantly share code, notes, and snippets.

@ThomasG77
Created June 20, 2023 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasG77/67ede8b65420f40492f25349392a741a to your computer and use it in GitHub Desktop.
Save ThomasG77/67ede8b65420f40492f25349392a741a to your computer and use it in GitHub Desktop.
# Ubuntu 16.04
# Adapted from https://askubuntu.com/a/1419680
# As recommended, used portable release spource code e.g https://www.openssh.com/portable.html
sudo apt install \
libssl-dev \
gcc g++ gdb cpp \
make cmake \
libtool \
libc6 \
autoconf automake pkg-config \
build-essential \
gettext \
checkinstall
wget https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.3p1.tar.gz
tar -xvf openssh-7.3p1.tar.gz
cd openssh-7.3p1/
./configure
make
checkinstall -D make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment