「セキュアシェル」の版間の差分
ナビゲーションに移動
検索に移動
Kusanaginoturugi (トーク | 投稿記録) (Reprinted from the English Page.) タグ: リダイレクト解消 |
Kusanaginoturugi (トーク | 投稿記録) (飜訳) |
||
12行目: | 12行目: | ||
{{Related articles end}} |
{{Related articles end}} |
||
− | + | [[Wikipedia:Secure Shell|Wikipedia]] によると: |
|
+ | :Secure Shell (SSH) は、安全でないネットワーク上でネットワークサービスを安全に操作するための暗号化ネットワークプロトコルです。代表的な用途としては、リモートコマンドラインログインやリモートコマンド実行などがありますが、SSH を使えばどんなネットワークサービスも安全に利用することができます。 |
||
− | :Secure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. Typical applications include remote command-line login and remote command execution, but any network service can be secured with SSH. |
||
+ | SSH を使用できるサービスの例として、[[Git]]、[[rsync]]、[[X11 フォワーディング]]があります。常に SSH を使用するサービスは、[[SCP と SFTP]] です。 |
||
− | Examples of services that can use SSH are [[Git]], [[rsync]] and [[X11 forwarding]]. Services that always use SSH are [[SCP and SFTP]]. |
||
+ | SSH サーバーは、デフォルトでは、標準の TCP ポート22でリッスンします。SSH クライアントプログラムは、通常、リモート接続を受け入れる sshd デーモンへの接続を確立するために使用されます。どちらも、macOS、GNU/Linux、Solaris、OpenVMS など、最近のほとんどのオペレーティングシステムに一般的に搭載されています。プロプライエタリ、フリーウェア、オープンソースのバージョンが、さまざまなレベルの複雑さと完成度で存在しています。 |
||
− | An SSH server, by default, listens on the standard TCP port 22. An SSH client program is typically used for establishing connections to an ''sshd'' daemon accepting remote connections. Both are commonly present on most modern operating systems, including macOS, GNU/Linux, Solaris and OpenVMS. Proprietary, freeware and open source versions of various levels of complexity and completeness exist. |
||
− | == |
+ | == 実装 == |
* {{App|[[Wikipedia:Dropbear (software)|Dropbear]]|Lightweight SSH server. The command-line ssh client is named {{man|1|dbclient}}.|https://matt.ucc.asn.au/dropbear/dropbear.html|{{Pkg|dropbear}}}} |
* {{App|[[Wikipedia:Dropbear (software)|Dropbear]]|Lightweight SSH server. The command-line ssh client is named {{man|1|dbclient}}.|https://matt.ucc.asn.au/dropbear/dropbear.html|{{Pkg|dropbear}}}} |
||
25行目: | 25行目: | ||
* {{App|TinySSH|A minimalistic SSH server which implements only a subset of SSHv2 features; glibc as its single dependency.|https://tinyssh.org/|{{Pkg|tinyssh}}}} |
* {{App|TinySSH|A minimalistic SSH server which implements only a subset of SSHv2 features; glibc as its single dependency.|https://tinyssh.org/|{{Pkg|tinyssh}}}} |
||
− | == |
+ | == セキュアリング == |
+ | [[セキュリティ#SSH]] を参照。 |
||
− | See [[Security#SSH]]. |
||
− | == |
+ | == 参照 == |
− | * [[ |
+ | * [[ターミナルマルチプレクサ]] (often used over SSH) |
* [[Wikipedia:Comparison of SSH clients]] |
* [[Wikipedia:Comparison of SSH clients]] |
||
* [[Wikipedia:Comparison of SSH servers]] |
* [[Wikipedia:Comparison of SSH servers]] |
2022年3月9日 (水) 14:33時点における版
関連記事
Wikipedia によると:
- Secure Shell (SSH) は、安全でないネットワーク上でネットワークサービスを安全に操作するための暗号化ネットワークプロトコルです。代表的な用途としては、リモートコマンドラインログインやリモートコマンド実行などがありますが、SSH を使えばどんなネットワークサービスも安全に利用することができます。
SSH を使用できるサービスの例として、Git、rsync、X11 フォワーディングがあります。常に SSH を使用するサービスは、SCP と SFTP です。
SSH サーバーは、デフォルトでは、標準の TCP ポート22でリッスンします。SSH クライアントプログラムは、通常、リモート接続を受け入れる sshd デーモンへの接続を確立するために使用されます。どちらも、macOS、GNU/Linux、Solaris、OpenVMS など、最近のほとんどのオペレーティングシステムに一般的に搭載されています。プロプライエタリ、フリーウェア、オープンソースのバージョンが、さまざまなレベルの複雑さと完成度で存在しています。
実装
- Dropbear — Lightweight SSH server. The command-line ssh client is named dbclient(1).
- OpenSSH — Premier connectivity tool for remote login with the SSH protocol
- TinySSH — A minimalistic SSH server which implements only a subset of SSHv2 features; glibc as its single dependency.
セキュアリング
セキュリティ#SSH を参照。