<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.remote.other.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'book.ssh2.php',
    1 => 'SSH2',
    2 => 'Secure Shell2',
  ),
  'up' => 
  array (
    0 => 'refs.remote.other.php',
    1 => 'その他のサービス',
  ),
  'prev' => 
  array (
    0 => 'class.addressinfo.php',
    1 => 'AddressInfo',
  ),
  'next' => 
  array (
    0 => 'ssh2.setup.php',
    1 => 'インストール/設定',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/ssh2/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.ssh2.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.ssh2" class="book">
 
 <h1 class="title">Secure Shell2</h1>
 

 
 <div id="intro.ssh2" class="preface">
  <h1 class="title">はじめに</h1>
  <p class="simpara">
   安全な暗号化通信を使用したリモートマシン上にあるリソースへのアクセス手段
   (シェル、リモート実行、トンネリング、ファイル転送)
   を提供する
   <a href="http://libssh2.org/" class="link external">&raquo;&nbsp;libssh2</a>
   のバインディングです。
  </p>
 </div>
 

 






 







 








<ul class="chunklist chunklist_book"><li><a href="ssh2.setup.php">インストール/設定</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="ssh2.requirements.php">要件</a></li><li><a href="ssh2.installation.php">インストール手順</a></li><li><a href="ssh2.resources.php">リソース型</a></li></ul></li><li><a href="ssh2.constants.php">定義済み定数</a></li><li><a href="ref.ssh2.php">SSH2 関数</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.ssh2-auth-agent.php">ssh2_auth_agent</a> — SSH の認証を、ssh agent を使って行う</li><li><a href="function.ssh2-auth-hostbased-file.php">ssh2_auth_hostbased_file</a> — ホスト公開鍵を使用して認証を行う</li><li><a href="function.ssh2-auth-none.php">ssh2_auth_none</a> — &quot;none&quot; として認証する</li><li><a href="function.ssh2-auth-password.php">ssh2_auth_password</a> — SSH 上でプレーンなパスワードを使用した認証を行う</li><li><a href="function.ssh2-auth-pubkey.php">ssh2_auth_pubkey</a> — Authenticate using a public key in a variable</li><li><a href="function.ssh2-auth-pubkey-file.php">ssh2_auth_pubkey_file</a> — ファイルから読み込んだ公開鍵を使用した認証を行う</li><li><a href="function.ssh2-connect.php">ssh2_connect</a> — SSH サーバーに接続する</li><li><a href="function.ssh2-disconnect.php">ssh2_disconnect</a> — Close a connection to a remote SSH server</li><li><a href="function.ssh2-exec.php">ssh2_exec</a> — リモートサーバー上でコマンドを実行する</li><li><a href="function.ssh2-fetch-stream.php">ssh2_fetch_stream</a> — 拡張データストリームを取得する</li><li><a href="function.ssh2-fingerprint.php">ssh2_fingerprint</a> — リモートサーバーのフィンガープリントを処理する</li><li><a href="function.ssh2-forward-accept.php">ssh2_forward_accept</a> — リスナーによって作られた接続を受け付ける</li><li><a href="function.ssh2-forward-listen.php">ssh2_forward_listen</a> — リモートサーバー上のポートにバインドし、接続を待つ</li><li><a href="function.ssh2-methods-negotiated.php">ssh2_methods_negotiated</a> — ネゴシエートされたメソッドのリストを返す</li><li><a href="function.ssh2-poll.php">ssh2_poll</a> — チャンネル/リスナー/ストリーム のイベントをポーリングする</li><li><a href="function.ssh2-publickey-add.php">ssh2_publickey_add</a> — 認証済み公開鍵を追加する</li><li><a href="function.ssh2-publickey-init.php">ssh2_publickey_init</a> — 公開鍵サブシステムを初期化する</li><li><a href="function.ssh2-publickey-list.php">ssh2_publickey_list</a> — 現在認証済みの公開鍵の一覧を表示する</li><li><a href="function.ssh2-publickey-remove.php">ssh2_publickey_remove</a> — 認証済み公開鍵を取り除く</li><li><a href="function.ssh2-scp-recv.php">ssh2_scp_recv</a> — SCP 経由でファイルを要求する</li><li><a href="function.ssh2-scp-send.php">ssh2_scp_send</a> — SCP 経由でファイルを送信する</li><li><a href="function.ssh2-send-eof.php">ssh2_send_eof</a> — ストリームに EOF を送信する</li><li><a href="function.ssh2-sftp.php">ssh2_sftp</a> — SFTP サブシステムを初期化する</li><li><a href="function.ssh2-sftp-chmod.php">ssh2_sftp_chmod</a> — ファイルのモードを変更する</li><li><a href="function.ssh2-sftp-lstat.php">ssh2_sftp_lstat</a> — シンボリックリンクの情報を取得する</li><li><a href="function.ssh2-sftp-mkdir.php">ssh2_sftp_mkdir</a> — ディレクトリを作成する</li><li><a href="function.ssh2-sftp-readlink.php">ssh2_sftp_readlink</a> — シンボリックリンクのターゲットを返す</li><li><a href="function.ssh2-sftp-realpath.php">ssh2_sftp_realpath</a> — 指定されたパス文字列の実パスを解決する</li><li><a href="function.ssh2-sftp-rename.php">ssh2_sftp_rename</a> — リモートファイルを改名する</li><li><a href="function.ssh2-sftp-rmdir.php">ssh2_sftp_rmdir</a> — ディレクトリを削除する</li><li><a href="function.ssh2-sftp-stat.php">ssh2_sftp_stat</a> — リモートファイルシステム上のファイルの情報を取得する</li><li><a href="function.ssh2-sftp-symlink.php">ssh2_sftp_symlink</a> — シンボリックリンクを作成する</li><li><a href="function.ssh2-sftp-unlink.php">ssh2_sftp_unlink</a> — ファイルを削除する</li><li><a href="function.ssh2-shell.php">ssh2_shell</a> — 対話式のシェルを要求する</li><li><a href="function.ssh2-tunnel.php">ssh2_tunnel</a> — リモートサーバーを経由するトンネルをオープンする</li></ul></li></ul></div><?php manual_footer($setup); ?>