Skip to content

Instantly share code, notes, and snippets.

@rekby
rekby / osx-openssh-portable.md
Created January 28, 2019 07:30 — forked from surjikal/macos-openssh-portable.sh
Compile OpenSSH Portable on OSX
brew install openssl

git clone git://anongit.mindrot.org/openssh.git
cd openssh

# ./configure script does not exist, so we have to build it
autoreconf

mkdir dist