Skip to content

Instantly share code, notes, and snippets.

View rlmcpherson's full-sized avatar

Randall McPherson rlmcpherson

View GitHub Profile
@joebarker87
joebarker87 / openssh.rb
Created February 13, 2014 03:59
Homebrew formula for OpenSSH with HPN and keychain patches
require 'formula'
class Openssh < Formula
homepage 'http://www.openssh.com/'
url 'http://ftp5.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.3p1.tar.gz'
version '6.3p1'
sha1 '70845ca79474258cab29dbefae13d93e41a83ccb'
option 'with-brewed-openssl', 'Build with Homebrew OpenSSL instead of the system version'
option 'with-keychain-support', 'Add native OS X Keychain and Launch Daemon support to ssh-agent'