Skip to content

v0.0.15.0

Compare
Choose a tag to compare
@bingbing8 bingbing8 released this 03 Jun 06:00
· 100 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