ssh2_auth_agent
(PECL ssh2 >= 0.12)
ssh2_auth_agent — SSH の認証を、ssh agent を使って行う
説明
SSH の認証を、ssh agent を使って行います。
注意: ssh2_auth_agent() 関数が使えるのは、 ssh2 拡張モジュールのコンパイルに libssh >= 1.2.3 を使った場合だけです。
例
例1 ssh agent による認証
<?php
$connection = ssh2_connect('shell.example.com', 22);
if (ssh2_auth_agent($connection, 'username')) {
echo "Authentication Successful!\n";
} else {
die('Authentication Failed...');
}
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google