windows:openssh

差分

このページの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
 </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]] がリリースされている状況である。\\ 
 + 
 +Fedora 34 では openssh-8.6p1-3 がリリースされている。\\ 
 +<WRAP color_mincode> 
 +<code> 
 +$ dnf info openssh 
 +インストール済みパッケージ 
 +名前         : openssh 
 +バージョン   : 8.6p1 
 +リリース     : 3.fc34 
 +Arch         : x86_64 
 +サイズ       : 1.8 M 
 +ソース       : openssh-8.6p1-3.fc34.src.rpm 
 +リポジトリー : @System 
 +repo から    : updates 
 +概要         : An open source implementation of SSH protocol version 2 
 +URL          : http://www.openssh.com/portable.html 
 +ライセンス   : BSD 
 +説明         : SSH (Secure SHell) is a program for logging into and executing 
 +             : 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's version of the last free version of SSH, bringing 
 +             : 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, openssh-server, or both. 
 +</code> 
 +</WRAP> 
 + 
 +scoop の main bucket の配布状況は以下のような感じである。\\
 <WRAP prewrap 100%> <WRAP prewrap 100%>
 <code powershell> <code powershell>
  • windows/openssh.1623687716.txt.gz
  • 最終更新: 2021/06/15 01:21
  • by ともやん