update : 2015.11.03
php.shukuma.com검색:
|
ssh2_auth_pubkey_file(PECL ssh2 >= 0.9.0) ssh2_auth_pubkey_file — Authenticate using a public key 설명
bool ssh2_auth_pubkey_file
( resource
$session
, string $username
, string $pubkeyfile
, string $privkeyfile
[, string $passphrase
] )Authenticate using a public key read from a file. 인수
반환값
성공 시 예제
Example #1 Authentication using a public key
<?php 주의
|