v0.0.11.0
版本发布时间: 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:
- Latest changes from OpenSSH main repo (synced to 7.5p1)
- Fix to Sshfs issue introduced in 0.0.9.0
- Support for ssh redirection in Powershell ($o = ssh ... )
- Install-sshd.ps1 support for Nano
and other misc issues listed here
NOTE - Breaking Change
- Due to a security issue that got fixed in this release, SSHD account now needs read access to "authorized_keys. Otherwise pubkey authentication will fail. Do the following:
$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
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