# 永続的リバースSSHトンネル

<figure><img src="/files/r1WMfYmwdlDUGHO8lYPH" alt=""><figcaption></figcaption></figure>

## 概要 <a href="#overview" id="overview"></a>

受信接続をブロックしている、またはファイアウォールの背後にある目的のシステムへの接続を確立する必要がある場合があります。特に、目的のネットワーク内のデバイスにKeeper コネクションマネージャーをインストールできない場合が該当します。

KeeperコネクションマネージャーではリバースSSHトンネルの使用がサポートされています。本セクションでは、インバウンドネットワークの制限により、本来ならアクセスできないシステムにリバースSSHトンネルを設定してアクセスする方法について取り扱います。

また、本セクションではDocker自動インストールメソッドとターゲットエンドポイントを使用したリバースSSHトンネルについて取り扱います。 トンネルと設定が完了すると、Keeperコネクションマネージャーからトンネルを通じてリモートエンドポイントへの接続を確立できるようになります。トンネルが確立された後は、サポートされている任意の接続をそのトンネル内で使用できます。

* [WindowsサービスとしてのAutoSSH](/keeper-connection-manager/jp/supported-protocols/persistent-reverse-ssh-tunnel/connecting-via-reverse-ssh-tunnel.md)
* [Linux - AutoSSH](/keeper-connection-manager/jp/supported-protocols/persistent-reverse-ssh-tunnel/connecting-via-reverse-ssh-tunnel-1.md)
* [Windows - OpenSSH](/keeper-connection-manager/jp/supported-protocols/persistent-reverse-ssh-tunnel/connecting-via-reverse-ssh-tunnel-2.md)

## リバースSSHトンネルの代わりにKeeperPAMを使用する

Keeperのクラウドベース製品であるKeeperPAMでは、Keeperボルトを介したゼロトラスト暗号化接続がご利用になれます。これによりリバースSSHトンネルが必要なくなります。

* [KeeperPAMのウェブサイト](https://www.keepersecurity.com/privileged-access-management/)
* [KeeperPAMのドキュメント](https://docs.keeper.io/keeperpam/jp/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/keeper-connection-manager/jp/supported-protocols/persistent-reverse-ssh-tunnel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
