hello,
this tutorial will show you how to install Dropbear Package On Centos 6 32bit and 64bit
32BIT
=====
at first we have to download the dependencies bellow, ( you have to login using root access)
wget http://rpmfind.net/linux/epel/6/i386/libtommath-0.42.0-3.el6.i686.rpm
rpm -Uvh libtommath-0.42.0-3.el6.i686.rpm
wget http://rpmfind.net/linux/epel/6/i386/libtomcrypt-1.17-21.el6.i686.rpm
rpm -Uvh libtomcrypt-1.17-21.el6.i686.rpm
wget http://rpmfind.net/linux/epel/6/i386/dropbear-2014.63-1.el6.i686.rpm
rpm -Uvh dropbear*.rpm
64BIT
=====
wget http://rpmfind.net/linux/epel/6/x86_64/libtommath-0.42.0-3.el6.x86_64.rpm
rpm -Uvh libtommath-0.42.0-3.el6.x86_64.rpm
wget http://rpmfind.net/linux/epel/6/x86_64/libtomcrypt-1.17-21.el6.x86_64.rpm
rpm -Uvh libtomcrypt-1.17-21.el6.x86_64.rpm
wget http://rpmfind.net/linux/epel/6/x86_64/dropbear-2014.65-1.el6.x86_64.rpm
rpm -Uvh dropbear*.rpm
DONE !!!
No comments:
Post a Comment