MyGit

v0.0.11.0

PowerShell/Win32-OpenSSH

版本发布时间: 2017-04-05 03:50:36

PowerShell/Win32-OpenSSH最新发布版本:v9.5.0.0p1-Beta(2023-12-19 00:57:34)

This is a pre-release (non-production ready)

Includes:

and other misc issues listed here

NOTE - Breaking Change

   $authorizedKeyPath = "c:\users\user\.ssh\authorized_keys"
   $acl = get-acl $authorizedKeyPath
   $ar = New-Object  System.Security.AccessControl.FileSystemAccessRule("NT Service\sshd", "Read", "Allow")
   $acl.SetAccessRule($ar)
   Set-Acl  $authorizedKeyPath $acl

相关地址:原始地址 下载(tar) 下载(zip)

1、 OpenSSH-Win32.zip 3.5MB

2、 OpenSSH-Win32_Symbols.zip 9.88MB

3、 OpenSSH-Win64.zip 5.21MB

4、 OpenSSH-Win64_Symbols.zip 10.18MB

查看:2017-04-05发行的版本