sandyforum Posted September 5, 2013 Share Posted September 5, 2013 Helpers, My PHP version 5.4.7, I'm not able to connect to linux box through php_ssh2 connect. Steps have followed : 1.)Tried to download php_ssh2 dll file from below link and pasted on ext folderhttp://windows.php.net/downloads/pecl/ 2.) Post that i could see ssh2 is enalbed on phpinfo()SSH2 support - enabled 3.) But still while executing the below php file i'm getting JIT complier error.<?php $conn = ssh2_connect('My Linux box Server IP', 22); ssh2_auth_password($conn, 'username', 'password');echo 'connected';?> Request someone to help on this case. Quote Link to comment Share on other sites More sharing options...
kicken Posted September 5, 2013 Share Posted September 5, 2013 Wrong forum, I've moved it for you. Also, cross posted @ http://forums.devshed.com/php-development-5/php-ssh2-connection-in-windows-using-php-951259.html Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.