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. Link to comment https://forums.phpfreaks.com/topic/281867-php4-php_ssh2-connection-in-windows-using-php/ 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 Link to comment https://forums.phpfreaks.com/topic/281867-php4-php_ssh2-connection-in-windows-using-php/#findComment-1448216 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.