Here is the step by step process for installing a working version of OpenSSH on your MacOS X 10.1.2
Install. I have done this HowTo with 10.1.2 in mind and I will not guarantee that this will work on
10.0.x.
OpenSSH Install:
Notes about this install:
YOU MUST follow this exactly because me and scope were doing this for over on IRC for over
5 hours! We tried many ways and this is the only one that worked for us. If you deviate from the
path I will not answer your support question. I know this seems harsh but this is the way it has to
be since this was a complete pain! You also need this before SSH will work also.
Step 1) Download OpenSSH 0.96c here: http://www.openssl.org/source/openssl-0.9.6c.tar.gz
Step 2) Uncompress the archive and rename the resulting folder "openssl"
step 3) Open up the terminal and type cd /users/YOURUSERNAME/desktop/
step 4) type sudo mv openssh /usr/local/
step 5) type sudo cd /usr/local/openssl
step 6) type ./config
step 7) type make
step 8) type make install
Net::SSLeay.pm Install:
Notes about this install:
This install like the other one is very sensitive to the options you use and I reccomend following
these instructions exactly. Like the above notes me and scope were working on this for a long while
and I think we are benefiting everyone who needs SSL for OS X. Also if you see an error message that
says "some error [ignored]" don't worry about it we had 1 error also but it wasn't serious and
everything is working... Apples cc compiler can be finiky sometimes.
Step 1) Download Net::SSLeay.pl here: http://www.bacus.pt/Net_SSLeay/Net_SSLeay.pm-1.12.tar.gz
step 2) Uncompress the archive and rename the resulting folder "netssl"
step 3) Open up the terminal and type cd /users/YOURUSERNAME/desktop/netssl
step 4) Type perl Makefile.PL -t
step 5) type sudo make install
That should be it, you now have OpenSSL 0.96c installed and the perl module Net::SSLeay 1.12
installed and working. One way to test this is to install webmin which for I also wrote a howto that
is very easy to do I reccomend you follow that one as well to test your installation here. As for
compiling notes it varies from computer to computer I myself did all the Net::SSLeay stuff in about
7 minutes while scope has a G4 (I have a G3) and it took him about 10-12 minutes.
Good Luck and post any questions.
`Yoshi
Install. I have done this HowTo with 10.1.2 in mind and I will not guarantee that this will work on
10.0.x.
OpenSSH Install:
Notes about this install:
YOU MUST follow this exactly because me and scope were doing this for over on IRC for over
5 hours! We tried many ways and this is the only one that worked for us. If you deviate from the
path I will not answer your support question. I know this seems harsh but this is the way it has to
be since this was a complete pain! You also need this before SSH will work also.
Step 1) Download OpenSSH 0.96c here: http://www.openssl.org/source/openssl-0.9.6c.tar.gz
Step 2) Uncompress the archive and rename the resulting folder "openssl"
step 3) Open up the terminal and type cd /users/YOURUSERNAME/desktop/
step 4) type sudo mv openssh /usr/local/
step 5) type sudo cd /usr/local/openssl
step 6) type ./config
step 7) type make
step 8) type make install
Net::SSLeay.pm Install:
Notes about this install:
This install like the other one is very sensitive to the options you use and I reccomend following
these instructions exactly. Like the above notes me and scope were working on this for a long while
and I think we are benefiting everyone who needs SSL for OS X. Also if you see an error message that
says "some error [ignored]" don't worry about it we had 1 error also but it wasn't serious and
everything is working... Apples cc compiler can be finiky sometimes.
Step 1) Download Net::SSLeay.pl here: http://www.bacus.pt/Net_SSLeay/Net_SSLeay.pm-1.12.tar.gz
step 2) Uncompress the archive and rename the resulting folder "netssl"
step 3) Open up the terminal and type cd /users/YOURUSERNAME/desktop/netssl
step 4) Type perl Makefile.PL -t
step 5) type sudo make install
That should be it, you now have OpenSSL 0.96c installed and the perl module Net::SSLeay 1.12
installed and working. One way to test this is to install webmin which for I also wrote a howto that
is very easy to do I reccomend you follow that one as well to test your installation here. As for
compiling notes it varies from computer to computer I myself did all the Net::SSLeay stuff in about
7 minutes while scope has a G4 (I have a G3) and it took him about 10-12 minutes.
Good Luck and post any questions.
`Yoshi