Results of 1 - 10 of about 13 for pubkey (0.021 sec.)
- 公開鍵を使用した認証を行う 14041
- « ssh2_auth_password ssh2_connect » PHP Manual SSH2 関数 公開鍵を使用した認証を行う ssh2_auth_pubkey
...
bkey_file (PECL ssh2 >= 0.9.0) ssh2_auth_pubkey_file — 公開鍵を使用した認証を行う 説明 ssh2_auth_p ...
e ( resource $session , string $username , string $pubkeyfile , string $privkeyfile , string $passphrase = ? ...
コールによって取得した SSH 接続リンク ID。 username pubkeyfile 公開鍵ファイル。OpenSSH 形式で表す必要があり、 ...
, array( 'hostkey' => 'ssh-rsa' )); if ( ssh2_auth_pubkey_file ( $connection , 'username' , '/home/username/ ...
-
https://man.plustar.jp/php/function.ssh2-auth-pubkey-file.html
- [similar]
- 署名済みの公開鍵とチャレンジから、有効なPEMフォーマットの公開鍵をエクスポートす... 10592
- « openssl_spki_export_challenge openssl_spki_new » PHP Manual OpenSSL 関数 署名済みの公開鍵とチャ
...
openssl_spki_new ( $pkey , 'challenge string' ); $pubKey = openssl_spki_export ( preg_replace ( '/SPKAC=/' ...
, '' , $spkac )); if ( $pubKey ) { echo $pubKey ; } ?> 例2 openssl_spki_export() ...
ULL ) { echo $spkac ; } else { echo "Extraction of pub key failed" ; } ?> <keygen name="spkac" challenge="ch ...
-
https://man.plustar.jp/php/function.openssl-spki-export.html
- [similar]
- Secure Shell 2 9923
- « phar:// rar:// » PHP Manual サポートするプロトコル/ラッパー Secure Shell 2 ssh2:// ssh2:// — S
...
ーザー名 password パスワード認証に使用するパスワード pubkey_file 認証に使用する公開鍵ファイル privkey_file 認証 ...
n = ssh2_connect ( 'example.com' , 22 ); ssh2_auth_pubkey_file ( $session , 'username' , '/home/username/.ss ...
n = ssh2_connect ( 'example.com' , 22 ); ssh2_auth_pubkey_file ( $session , 'username' , '/home/username/.ss ...
-
https://man.plustar.jp/php/wrappers.ssh2.html
- [similar]
- SSH サーバーに接続する 8445
- « ssh2_auth_pubkey_file ssh2_disconnect » PHP Manual SSH2 関数 SSH サーバーに接続する ssh2_conne
...
でプレーンなパスワードを使用した認証を行う ssh2_auth_pubkey_file() - 公開鍵を使用した認証を行う ssh2_disconnec ...
-
https://man.plustar.jp/php/function.ssh2-connect.html
- [similar]
- SSH 上でプレーンなパスワードを使用した認証を行う 8287
- « ssh2_auth_none ssh2_auth_pubkey_file » PHP Manual SSH2 関数 SSH 上でプレーンなパスワードを使用
...
-
https://man.plustar.jp/php/function.ssh2-auth-password.html
- [similar]
- 認証済み公開鍵を取り除く 8287
- « ssh2_publickey_list ssh2_scp_recv » PHP Manual SSH2 関数 認証済み公開鍵を取り除く ssh2_publick
...
リモートシステムで認証を行うには、かわりに ssh2_auth_pubkey_file() 関数を使用してください。 参考 ssh2_publicke ...
-
https://man.plustar.jp/php/function.ssh2-publickey-remove.html
- [similar]
- リモートサーバーを経由するトンネルをオープンする 8287
- « ssh2_shell Stomp » PHP Manual SSH2 関数 リモートサーバーを経由するトンネルをオープンする ssh2_
...
h2_connect ( 'shell.example.com' , 22 ); ssh2_auth_pubkey_file ( $connection , 'username' , 'id_dsa.pub' , ' ...
-
https://man.plustar.jp/php/function.ssh2-tunnel.html
- [similar]
- 認証済み公開鍵を追加する 7953
- « ssh2_poll ssh2_publickey_init » PHP Manual SSH2 関数 認証済み公開鍵を追加する ssh2_publickey_a
...
リモートシステムで認証を行うには、かわりに ssh2_auth_pubkey_file() 関数を使用してください。 パラメータ pkey ss ...
-
https://man.plustar.jp/php/function.ssh2-publickey-add.html
- [similar]
- 公開鍵サブシステムを初期化する 7953
- « ssh2_publickey_add ssh2_publickey_list » PHP Manual SSH2 関数 公開鍵サブシステムを初期化する s
...
リモートシステムで認証を行うには、かわりに ssh2_auth_pubkey_file() 関数を使用してください。 参考 ssh2_publicke ...
-
https://man.plustar.jp/php/function.ssh2-publickey-init.html
- [similar]
- Secure Shell2 7794
- « AddressInfo はじめに » PHP Manual その他のサービス Secure Shell2 Secure Shell2 はじめに インス
...
でプレーンなパスワードを使用した認証を行う ssh2_auth_pubkey_file — 公開鍵を使用した認証を行う ssh2_connect — S ...
-
https://man.plustar.jp/php/book.ssh2.html
- [similar]