| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
ssh2_auth_password(PECL ssh2 >= 0.9.0) ssh2_auth_password — Authenticate over SSH using a plain password 설명
   bool ssh2_auth_password
    ( resource  
  $session
   , string $username
   , string $password
   )Authenticate over SSH using a plain password. Since version 0.12 this function also supports keyboard_interactive method. 인수
 
 반환값
   성공 시  예제
 Example #1 Authenticating with a password 
<?php |