
نوشته اصلی توسط
---
برای اتصال به شل وی ام ور جواب نمیدهد متسفانه
کد PHP:
<?php
$connection = ssh2_connect('shell.example.com', 22);
ssh2_auth_password($connection, 'username', 'password');
$stream = ssh2_shell($connection, 'vt102', null, 80, 24, SSH2_TERM_UNIT_CHARS);
?>