Control Panel Without ssh2
#1

Hello guys i want to know that if there is any Control panel without ssh2 extension because When i try to install ssh2 i get failed

so i wanted a control panel without ssh2
it has Restart/stop/start and FTP and Server.cfg editor
Reply
#2

It'll be hard to find, and the one you can I wouldn't trust as much. With SSH2 you can create specific users to run only that server, whilst avoiding giving the panel actual root info.
Reply
#3

i can't install ssh2
Reply
#4

Which linux operating system are you using?
Reply
#5

centos 5
Reply
#6

Why can't you install it? Whats wrong?
Reply
#7

If you want to install it, just run the following commands
Код:
wget http://libssh2.org/download/libssh2-1.4....6871480tar xvzf libssh2-1.4.3.tar.gz
cd libssh2-1.4.3
yum install openssl-devel -y
./configure && make install
yum install php-pear -y
pecl install ssh2 channel://pecl.php.net/ssh2-0.12
echo extension=ssh2.so >> /etc/php.ini
service httpd restart
Reply
#8

i did all that and to check if its installed i did
php -m | grep ssh2

it showed
pawn Код:
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/ssh2.so' - /usr/lib64/php/modules/ssh2.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/ssh2.so' - /usr/lib64/php/modules/ssh2.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/ssh2.so' - /usr/lib64/php/modules/ssh2.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/ssh2.so' - /usr/lib64/php/modules/ssh2.so: cannot open shared object file: No such file or directory in Unknown on line 0
Reply
#9

http://blog.dynamichosting.biz/2011/...p-on-centos-5/

Here is a good guide for installing the extension, which from above doesnt look to be.
Reply
#10

hmm, try to run again the
Код:
pecl install ssh2 channel://pecl.php.net/ssh2-0.12
command again, and give me the output, thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)