差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:openssh [2021/06/15 01:46] – [scoop でインストール可能な OpenSSH の実装] ともやんwindows:openssh [2025/03/13 15:20] (現在) – [scoop で利用可能な OpenSSH の配布形態] ともやん
行 8: 行 8:
 $ scoop install git openssh $ scoop install git openssh
 </code> </code>
-<WRAP prewrap 100% #result_long> +<WRAP color_result_long><code>
-<code>+
 Installing 'git' (2.26.0.windows.1) [64bit] Installing 'git' (2.26.0.windows.1) [64bit]
 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 'sshd'. Creating shim for 'sshd'.
 'openssh' (7.6p1) was installed successfully! 'openssh' (7.6p1) was installed successfully!
-</code> +</code></WRAP>
-</WRAP>+
  
 pshazz のインストール\\ pshazz のインストール\\
行 112: 行 110:
 $ scoop install pshazz $ scoop install pshazz
 </code> </code>
-<WRAP prewrap 100% #result_long> +<WRAP color_result><code>
-<code>+
 Installing 'pshazz' (0.2019.08.07) [64bit] Installing 'pshazz' (0.2019.08.07) [64bit]
 Downloading https://github.com/lukesampson/pshazz/archive/30609306103dd2988353e44596c6093c688b0ea5.zip (-1 B)... Downloading https://github.com/lukesampson/pshazz/archive/30609306103dd2988353e44596c6093c688b0ea5.zip (-1 B)...
行 134: 行 131:
 Creating shim for 'pshazz'. Creating shim for 'pshazz'.
 'pshazz' (0.2019.08.07) was installed successfully! 'pshazz' (0.2019.08.07) was installed successfully!
-</code> +</code></WRAP>
-</WRAP>+
  
 ===== 公開/秘密キーのペアの生成 ===== ===== 公開/秘密キーのペアの生成 =====
行 145: 行 141:
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code powershell> <code powershell>
-$ cd ~ 
 $ ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa_tomoyan-2020 -C "Monster's Garage Co.,Ltd. TomoYan RSA" $ ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa_tomoyan-2020 -C "Monster's Garage Co.,Ltd. TomoYan RSA"
 </code> </code>
行 179: 行 174:
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code powershell> <code powershell>
-$ cd ~ 
 $ ssh-keygen -t ecdsa -b 521 -f ~/.ssh/id_ecdsa_tomoyan-2020 -C "Monster's Garage Co.,Ltd. TomoYan ECDSA" $ ssh-keygen -t ecdsa -b 521 -f ~/.ssh/id_ecdsa_tomoyan-2020 -C "Monster's Garage Co.,Ltd. TomoYan ECDSA"
 </code> </code>
行 213: 行 207:
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code powershell> <code powershell>
-$ cd ~ 
 $ ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519_tomoyan-2021 -C "Monster's Garage Co.,Ltd. TomoYan Ed25519" $ ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519_tomoyan-2021 -C "Monster's Garage Co.,Ltd. TomoYan Ed25519"
 </code> </code>
行 264: 行 257:
 </WRAP> </WRAP>
  
-===== scoop でインストール可能な OpenSSH の実装 =====+===== scoop で利用可能な OpenSSH の配布形態 =====
 2021/06/15 現在、本家である [[https://www.openssh.com/|OpenSSH]] では 2021/04/19 に [[https://www.openssh.com/txt/release-8.6|OpenSSH 8.6]] がリリースされている状況である。\\ 2021/06/15 現在、本家である [[https://www.openssh.com/|OpenSSH]] では 2021/04/19 に [[https://www.openssh.com/txt/release-8.6|OpenSSH 8.6]] がリリースされている状況である。\\
  
 Fedora 34 では openssh-8.6p1-3 がリリースされている。\\ Fedora 34 では openssh-8.6p1-3 がリリースされている。\\
-<WRAP prewrap 100% #mincode_long>+<WRAP color_mincode>
 <code> <code>
 $ dnf info openssh $ dnf info openssh
行 298: 行 291:
 </WRAP> </WRAP>
  
 +scoop の main bucket の配布状況は以下のような感じである。\\
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code powershell> <code powershell>
  • windows/openssh.1623689190.txt.gz
  • 最終更新: 2021/06/15 01:46
  • by ともやん