You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow apt-get to upgrade openssh-server in 3.x (aws#4358)
Allow `apt-get` to upgrade openssh-server
This fixes a hang in `pcluster build-image` when `Build:UpdateOsPackages:Enabled:true` is set.
`apt-get upgrade` will prompt for user input during upgrade of `openssh-server`
as `/etc/ssh/ssd_config` is locally modified and would be overwritten by package
provided file. The proposed patch removes the prompt and chooses to keep the existing configuration file.
I can see this issue pop up on ubuntu-{1804,2004} in pcluster-[3.1.1-3.1.4].
I did not test older releases, but would expect it to occur there do.
Co-authored-by: Stephen Sachs <[email protected]>
0 commit comments