差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| windows:openssh [2021/06/15 01:21] – [参考文献] ともやん | windows:openssh [2025/03/13 15:20] (現在) – [scoop で利用可能な OpenSSH の配布形態] ともやん | ||
|---|---|---|---|
| 行 8: | 行 8: | ||
| $ scoop install git openssh | $ scoop install git openssh | ||
| </ | </ | ||
| - | < | + | < |
| - | < | + | |
| Installing ' | Installing ' | ||
| Loading PortableGit-2.26.0-64-bit.7z.exe from cache | Loading PortableGit-2.26.0-64-bit.7z.exe from cache | ||
| 行 105: | 行 104: | ||
| Creating shim for ' | Creating shim for ' | ||
| ' | ' | ||
| - | </ | + | </ |
| - | </ | + | |
| pshazz のインストール\\ | pshazz のインストール\\ | ||
| 行 112: | 行 110: | ||
| $ scoop install pshazz | $ scoop install pshazz | ||
| </ | </ | ||
| - | < | + | < |
| - | < | + | |
| Installing ' | Installing ' | ||
| Downloading https:// | Downloading https:// | ||
| 行 134: | 行 131: | ||
| Creating shim for ' | Creating shim for ' | ||
| ' | ' | ||
| - | </ | + | </ |
| - | </ | + | |
| ===== 公開/ | ===== 公開/ | ||
| 行 145: | 行 141: | ||
| <WRAP prewrap 100%> | <WRAP prewrap 100%> | ||
| <code powershell> | <code powershell> | ||
| - | $ cd ~ | ||
| $ ssh-keygen -t rsa -b 4096 -f ~/ | $ ssh-keygen -t rsa -b 4096 -f ~/ | ||
| </ | </ | ||
| 行 179: | 行 174: | ||
| <WRAP prewrap 100%> | <WRAP prewrap 100%> | ||
| <code powershell> | <code powershell> | ||
| - | $ cd ~ | ||
| $ ssh-keygen -t ecdsa -b 521 -f ~/ | $ ssh-keygen -t ecdsa -b 521 -f ~/ | ||
| </ | </ | ||
| 行 213: | 行 207: | ||
| <WRAP prewrap 100%> | <WRAP prewrap 100%> | ||
| <code powershell> | <code powershell> | ||
| - | $ cd ~ | ||
| $ ssh-keygen -t ed25519 -f ~/ | $ ssh-keygen -t ed25519 -f ~/ | ||
| </ | </ | ||
| 行 264: | 行 257: | ||
| </ | </ | ||
| - | ===== scoop でインストール可能な OpenSSH の実装 | + | ===== scoop で利用可能な OpenSSH の配布形態 |
| + | 2021/06/15 現在、本家である [[https:// | ||
| + | |||
| + | Fedora 34 では openssh-8.6p1-3 がリリースされている。\\ | ||
| + | <WRAP color_mincode> | ||
| + | < | ||
| + | $ dnf info openssh | ||
| + | インストール済みパッケージ | ||
| + | 名前 | ||
| + | バージョン | ||
| + | リリース | ||
| + | Arch : x86_64 | ||
| + | サイズ | ||
| + | ソース | ||
| + | リポジトリー : @System | ||
| + | repo から | ||
| + | 概要 | ||
| + | URL : http:// | ||
| + | ライセンス | ||
| + | 説明 | ||
| + | : commands on a remote machine. SSH is intended to replace rlogin and | ||
| + | : rsh, and to provide secure encrypted communications between two | ||
| + | : untrusted hosts over an insecure network. X11 connections and | ||
| + | : arbitrary TCP/IP ports can also be forwarded over the secure channel. | ||
| + | : | ||
| + | : OpenSSH is OpenBSD' | ||
| + | : it up to date in terms of security and features. | ||
| + | : | ||
| + | : This package includes the core files necessary for both the OpenSSH | ||
| + | : client and server. To make this package useful, you should also | ||
| + | : install openssh-clients, | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | scoop の main bucket の配布状況は以下のような感じである。\\ | ||
| <WRAP prewrap 100%> | <WRAP prewrap 100%> | ||
| <code powershell> | <code powershell> | ||