openssl
OpenSSL – An open source implementation of the SSL and TLS protocols
OpenSSL is an open source implementation of the SSL and TLS protocols. The core library (written in the C programming language) implements the basic cryptographic functions and provides various utility functions. Wrappers allowing the use of the OpenSSL library in a variety of computer languages are available. Versions are available for most Unix-like operating systems (including Solaris, Linux, Mac OS X and the four [...]
How to Install and configure OpenSSH in Sun Solaris 9 (x86)
OpenSSH is a free opensource version of the SSH connectivity tools. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks unlike Telnet,rlogin or ftp where the data is not encrypted and transmitted in plain text. Additionally, OpenSSH provides secure tunneling capabilities and several authentication methods, and supports all SSH [...]
How to Install OpenSSH from source on CentOS
OpenSSH (OpenBSD Secure Shell) is a set of computer programs providing encrypted communication sessions over a computer network using the ssh protocol. It was created as an open source alternative to the proprietary Secure Shell software suite offered by SSH Communications Security. OpenSSH is developed as part of the OpenBSD project, which is led by [...]
How to Install Webmin on Ubuntu
sudo apt-get install libnet-ssleay-perl openssl libauthen-pam-perl libio-pty-perl libmd5-perl Download Webmin: wget http://prdownloads.sourceforge.net/webadmin/webmin_1.350_all.debIf this does not work, there is probably a newer version of Webmin. Get the link to the latest *.deb file from the Webmin site. Install it: sudo dpkg -i webmin_1.350_all.deb You will get the following output: Webmin install complete. You can now login [...]
How to Set up the virtual hosts for https
For an SSL encrypted web server you will need a few things. Depending on your install you may or may not have OpenSSL and mod_ssl, Apache’s interface to OpenSSL. Use yum to get them if you need them. yum install mod_ssl openssl Yum will either tell you they are installed or will install them for you. [...]
