$connection = ssh2_connect('135.79.246.80', 22); if (ssh2_auth_password($connection, 'username', 'secret')) { echo "Authentication Successful!\n"; } else { die('Authentication Failed...'); }
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT