Compile SSH on Ubuntu
sudo apt-get install dpkg-dev #need for apt-get source
apt-get source ssh
sudo apt-get install libssl-dev # need for libcrypto
cd openssh-4.3p2
./configure
apt-get source ssh
sudo apt-get install libssl-dev # need for libcrypto
cd openssh-4.3p2
./configure
Labels: Linux, Programming

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home