差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

兩邊的前次修訂版 前次修改
tech:win10_sshd [2022/09/14 19:36] – [啟用內建的 OpenSSH Server] jonathantech:win10_sshd [2022/09/14 19:48] (目前版本) – [下載 Win32-OpenSSH 安裝檔] jonathan
行 21: 行 21:
 </cli> </cli>
  
-===== 下載 Win32-OpenSSH 安裝檔 =====+===== 使用 Github 下載 Win32-OpenSSH 安裝檔 =====
   * 進入 [[https://github.com/PowerShell/Win32-OpenSSH/releases|GitHub PowerShell/Win32-OpenSSH]] 頁面下載最新版 OpenSSH-Win64-*.msi Exp. [[https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.1.0p1-Beta/OpenSSH-Win64-v8.9.1.0.msi|OpenSSH-Win64-v8.9.1.0.msi]]   * 進入 [[https://github.com/PowerShell/Win32-OpenSSH/releases|GitHub PowerShell/Win32-OpenSSH]] 頁面下載最新版 OpenSSH-Win64-*.msi Exp. [[https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.1.0p1-Beta/OpenSSH-Win64-v8.9.1.0.msi|OpenSSH-Win64-v8.9.1.0.msi]]
 +  * 產生使用者金鑰 <cli>
 +"C:\Program Files\OpenSSH\ssh-keygen.exe" -t ed25519
 +</cli>Exp.<cli>
 +C:\Users\jonathan>"C:\Program Files\OpenSSH\ssh-keygen.exe" -t ed25519
 +Generating public/private ed25519 key pair.
 +Enter file in which to save the key (C:\Users\jonathan/.ssh/id_ed25519):
 +Enter passphrase (empty for no passphrase):
 +Enter same passphrase again:
 +Your identification has been saved in C:\Users\jonathan/.ssh/id_ed25519
 +Your public key has been saved in C:\Users\jonathan/.ssh/id_ed25519.pub
 +The key fingerprint is:
 +SHA256:qb7JFIhchmeQjU+q6OSTZ3b8ZOIKI5Baobx9Qd6Xf7c iii\jonathan@200816-NB-DTI
 +The key's randomart image is:
 ++--[ED25519 256]--+
 +|  .+             |
 +|  ooo            |
 +|  o+=.           |
 +|.+.B+..  ..      |
 +|=o+ .o..So       |
 +|=oo   .o. .      |
 +|*+...ooo   . . . |
 +|.=o+o*+.    . . .|
 +|  =.o.*o       E |
 ++----[SHA256]-----+
 +</cli>
 +
 +
 +
  
 ===== 參考網址 ===== ===== 參考網址 =====
  • tech/win10_sshd.1663155388.txt.gz
  • 上一次變更: 2022/09/14 19:36
  • jonathan