ruzickap / packer-templates

Scripts and Templates used for generating Vagrant images
Apache License 2.0
443 stars 113 forks source link

chore(deps): update dependency powershell/win32-openssh to v9.2.0.0p1-beta #451

Closed my-renovate[bot] closed 1 year ago

my-renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Update Change
PowerShell/Win32-OpenSSH minor 9.1.0.0p1-Beta -> 9.2.0.0p1-Beta

Release Notes

PowerShell/Win32-OpenSSH ### [`v9.2.0.0p1-Beta`](https://togithub.com/PowerShell/Win32-OpenSSH/releases/tag/v9.2.0.0p1-Beta) [Compare Source](https://togithub.com/PowerShell/Win32-OpenSSH/compare/v9.1.0.0p1-Beta...v9.2.0.0p1-Beta) **This is a beta-release (non-production ready)** This release includes: - Upstream changes from [OpenSSH 9.2](https://www.openssh.com/txt/release-9.2), which fixes a number of security bugs. - Breaking changes - see upstream release notes for more information: - adds EnableEscapeCommandline to ssh_config, a new option, that controls whether the client-side ~C escape sequence that provides a command-line is available. EnableEscapeCommandline defaults to "no", which disables the ~C escape sequence that was previously enabled by default. - Security: - The sftp server will not attempt to add the Mark-of-the-Web (MOTW) for files uploaded from sftp clients, which reverts the behavior added in 9.1. This is on par with scp behavior for file uploads. File download behavior via scp and sftp remains the same as 9.1, with a best effort attempt to add the MOTW. This change was prompted by Community feedback, as discussed in [#​2029](https://togithub.com/PowerShell/Win32-OpenSSH/issues/2029). - Fixes for [#​2018](https://togithub.com/PowerShell/Win32-OpenSSH/issues/2018) and [#​2019](https://togithub.com/PowerShell/Win32-OpenSSH/issues/2019).