Created
July 23, 2014 17:55
-
-
Save tomdottom/536e0daba7b0acf6a9f3 to your computer and use it in GitHub Desktop.
Install OpenSSH6.6. on Saucy Salamander
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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