0.0.24.0

@bingbing8 bingbing8 released this Dec 5, 2017

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

This release includes the following bug fixes/enhancements:

  • Fixed service binary paths (#963 )
  • Fixed exceptions when stop sshd service (#957 )
  • Fixed unicode characters from the ssh.exe (#925)
  • Fixed issue in SFTP when downloading a very large file in chunks (#863)
  • Other misc issues listed here

v0.0.23.0

@bingbing8 bingbing8 released this Nov 19, 2017 · 1 commit to L1-Prod since this release

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

This release includes the following bug fixes/enhancements:

  • Fixed issue with ssh redirected stdin (#929)
  • Fixed issue in POSIX layer that could truncate write streams(#908)
  • Other misc issues listed here

v0.0.22.0

@bingbing8 bingbing8 released this Oct 17, 2017 · 7 commits to L1-Prod since this release

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

This release includes the following bug fixes/enhancements:

  • Support configuring default shell through windows registry. Please see bullet 12 at Install-Win32-OpenSSH
  • Other misc issues listed here

v0.0.21.0

@bingbing8 bingbing8 released this Oct 3, 2017 · 8 commits to L1-Prod since this release

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

This release includes the following bug fixes/enhancements:

v0.0.20.0

@bingbing8 bingbing8 released this Sep 6, 2017 · 9 commits to L1-Prod since this release

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

This release includes the following bug fixes/enhancements:

  • All changes/fixes from upstream branch openssh/openssh-portable/master
  • AllowGroups directive now works with domain groups (#816)
  • Fixes to various terminal related issues and misc issues listed here

v0.0.19.0

@manojampalam manojampalam released this Aug 18, 2017 · 10 commits to L1-Prod since this release

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

This release includes the following bug fixes/enhancements:

  • Key based authentication issue after a machine reboot (#727)
  • Fixes to various terminal related issues and misc issues listed here

v0.0.18.0

@bingbing8 bingbing8 released this Jul 20, 2017 · 11 commits to L1-Prod since this release

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

This release includes the following bug fixes/enhancements:

Known issue:

  • sshd service failed to start on 32-bit Windows 7 (#795).

v0.0.17.0

@bingbing8 bingbing8 released this Jul 1, 2017 · 12 commits to L1-Prod since this release

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

This release includes the following bug fixes/enhancements:

  • Security enhancements (#596, #766, #783, #789)
  • Improvements to UtilityScripts (#771) to work on localized machine
  • Support for windows-style absolute AuthorizedKeysFile path (#779)
  • Other misc issues listed here

Known issue:

  • sshd service failed to start after installation on Windows 7 (#770). See issue details for a workaround.

v0.0.16.0

@bingbing8 bingbing8 released this Jun 21, 2017 · 13 commits to L1-Prod since this release

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

This release includes the following bug fixes/enhancements:

  • Crypto transitioned from OpenSSL to LibreSSL
  • Improvements to UtilityScripts (#749, #750, #751, #756, #758)
  • Support for SFTP only server for Windows (#757)
  • Support for Unicode input in interactive sessions (#711)
  • UX issues with warning and passphrase promts (#692)
  • Other misc issues listed here

Known issue:

  • sshd service failed to start after installation on Win7(#770). See issue details for a work around.
  • UtilityScripts does not handle Localized User correctly(#771). See Security protection wiki to manually fix the file permissions if you run on non-English build.

v0.0.15.0

@bingbing8 bingbing8 released this Jun 3, 2017 · 14 commits to L1-Prod since this release

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

Note: This release added security enhancements that might break existing configurations.
The changes ensure that permissions on OpenSSH file based resources (keys and configuration) would not allow any unauthorized access. UtilityScripts are included to help with fixing permission related issues.

For automated host side upgrades, it is recommended to run the following included utility to prevent possible lockouts due to broken sshd configuration:
FixHostFilePermissions.ps1 -Confirm:$false

Also includes the following bug fixes/enhancements:

  • Added initial port of ssh-keyscan.exe (#732)
  • Support for binary data over SSH stdin (#658)
  • Removed unwanted sshd service account privileges (#726)
  • Improved WinSCP experience (#539)
  • Fixed regression in ssh-agent - rejecting key sign requests from sshd service. (#734)
  • Fixed issues in Docker scenarios (#666)
  • Other misc issues listed here