「Secure Shell」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(→‎実装: 文言修正)
(TranslationStatus を追加)
 
(同じ利用者による、間の2版が非表示)
21行目: 21行目:
 
== 実装 ==
 
== 実装 ==
   
* {{App|[[Wikipedia:Dropbear (software)|Dropbear]]|軽量な SSH サーバです。コマンドラインの ssh クライアントは {{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]]|SSH プロトコルでリモートログインするための最上位の接続ツール|https://www.openssh.com/portable.html|{{Pkg|openssh}}}}
 
* {{App|[[OpenSSH]]|SSH プロトコルでリモートログインするための最上位の接続ツール|https://www.openssh.com/portable.html|{{Pkg|openssh}}}}
 
* {{App|TinySSH|SSHv2 の機能の一部だけを実装した最小限の SSH サーバです。依存関係は glibc だけです。|https://tinyssh.org/|{{Pkg|tinyssh}}}}
 
* {{App|TinySSH|SSHv2 の機能の一部だけを実装した最小限の SSH サーバです。依存関係は glibc だけです。|https://tinyssh.org/|{{Pkg|tinyssh}}}}
31行目: 31行目:
 
== 参照 ==
 
== 参照 ==
   
* [[ターミナルマルチプレクサ]] (often used over SSH)
+
* [[ターミナルマルチプレクサ]] (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 です。もし英語版に 変更 があれば、翻訳の同期を手伝うことができます。