Skip to content

Instantly share code, notes, and snippets.

@tomdottom
Created July 23, 2014 17:55
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 tomdottom/536e0daba7b0acf6a9f3 to your computer and use it in GitHub Desktop.
Save tomdottom/536e0daba7b0acf6a9f3 to your computer and use it in GitHub Desktop.
Install OpenSSH6.6. on Saucy Salamander
wget https://launchpad.net/openssh/main/6.6p1/+download/openssh-6.6p1.tar.gz
tar -xvf openssh-6.6p1.tar.gz
cd openssh-6.6p1
./configure --prefix=/usr --sysconfdir=/etc/ssh --with-privsep-path=/var/run/sshd --with-default-path=/usr/local/bin:/usr/bin:/bin --with-superuser-path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment