「Secure Shell」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(Reprinted from the English Page.)
タグ: リダイレクト解消
(TranslationStatus を追加)
 
(同じ利用者による、間の5版が非表示)
12行目: 12行目:
 
{{Related articles end}}
 
{{Related articles end}}
   
According to [[Wikipedia:Secure Shell|Wikipedia]]:
+
[[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.
 
   
== Implementations ==
+
== 実装 ==
   
* {{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:ja:Dropbear|Dropbear]]|軽量な SSH サーバです。コマンドラインの ssh クライアントは {{man|1|dbclient}} という名前です。|https://matt.ucc.asn.au/dropbear/dropbear.html|{{Pkg|dropbear}}}}
* {{App|[[OpenSSH]]|Premier connectivity tool for remote login with the SSH protocol|https://www.openssh.com/portable.html|{{Pkg|openssh}}}}
+
* {{App|[[OpenSSH]]|SSH プロトコルでリモートログインするための最上位の接続ツール|https://www.openssh.com/portable.html|{{Pkg|openssh}}}}
* {{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|SSHv2 の機能の一部だけを実装した最小限の SSH サーバです。依存関係は glibc だけです。|https://tinyssh.org/|{{Pkg|tinyssh}}}}
   
== Securing ==
+
== セキュアリング ==
   
  +
[[セキュリティ#SSH]] を参照。
See [[Security#SSH]].
 
   
== See also ==
+
== 参照 ==
   
  +
* [[ターミナルマルチプレクサ]] (SSH でよく使用される)
* [[Terminal multiplexer]]s (often used over SSH)
 
 
* [[Wikipedia:Comparison of SSH clients]]
 
* [[Wikipedia:Comparison of SSH clients]]
 
* [[Wikipedia:Comparison of SSH servers]]
 
* [[Wikipedia:Comparison of SSH servers]]
 
* [https://blog.webernetz.net/ssh-key-fingerprints/ SSH Key Fingerprint formats]
 
* [https://blog.webernetz.net/ssh-key-fingerprints/ SSH Key Fingerprint formats]
  +
  +
{{TranslationStatus|2022-10-05|Secure Shell|745729}}

2022年10月5日 (水) 10:10時点における最新版

関連記事

Wikipedia によると:

Secure Shell (SSH) は、安全でないネットワーク上でネットワークサービスを安全に操作するための暗号化ネットワークプロトコルです。代表的な用途としては、リモートコマンドラインログインやリモートコマンド実行などがありますが、SSH を使えばどんなネットワークサービスも安全に利用することができます。

SSH を使用できるサービスの例として、GitrsyncX11 フォワーディングがあります。常に SSH を使用するサービスは、SCP と SFTP です。

SSH サーバーは、デフォルトでは、標準の TCP ポート22でリッスンします。SSH クライアントプログラムは、通常、リモート接続を受け入れる sshd デーモンへの接続を確立するために使用されます。どちらも、macOS、GNU/Linux、Solaris、OpenVMS など、最近のほとんどのオペレーティングシステムに一般的に搭載されています。プロプライエタリ、フリーウェア、オープンソースのバージョンが、さまざまなレベルの複雑さと完成度で存在しています。

実装

  • Dropbear — 軽量な SSH サーバです。コマンドラインの ssh クライアントは dbclient(1) という名前です。
https://matt.ucc.asn.au/dropbear/dropbear.html || dropbear
  • OpenSSH — SSH プロトコルでリモートログインするための最上位の接続ツール
https://www.openssh.com/portable.html || openssh
  • TinySSH — SSHv2 の機能の一部だけを実装した最小限の SSH サーバです。依存関係は glibc だけです。
https://tinyssh.org/ || tinyssh

セキュアリング

セキュリティ#SSH を参照。

参照

翻訳ステータス: このページは en:2022-10-05 の翻訳バージョンです。最後の翻訳日は Secure Shell です。もし英語版に 変更 があれば、翻訳の同期を手伝うことができます。