|
ssh2_auth_hostbased_fileホスト公開鍵を使用して認証を行う 説明
bool ssh2_auth_hostbased_file(
resource $session,string $username,string $hostname,string $pubkeyfile,string $privkeyfile,string $passphrase = ?,string $local_username = ?) ファイルから読み込まれたホスト公開鍵を使用して認証を行います。 パラメータ
戻り値
成功した場合に 例
例1 ホスト公開鍵を使用した認証 注意
|