~toabctl/livecd-rootfs:master-cpc-dont-modify-sshd_config

Last commit made on 2022-06-28
Get this branch:
git clone -b master-cpc-dont-modify-sshd_config https://git.launchpad.net/~toabctl/livecd-rootfs
Only Thomas Bechtold can upload to this branch. If you are Thomas Bechtold please log in for upload directions.

Branch merges

Branch information

Name:
master-cpc-dont-modify-sshd_config
Repository:
lp:~toabctl/livecd-rootfs

Recent commits

c88dcec... by Thomas Bechtold

Add debian/changelog

b54d24f... by Thomas Bechtold

fix: don't modify ssh_config for ubuntu-cpc projects (LP:1968873)

Modifying directly /etc/ssh/sshd_config creates "problems" when
upgrading eg. from Focal to Jammy because the upgrade will ask the
user what to do with the modified config. To avoid that, put the
custom configuration into /etc/ssh/sshd_config.d/ so the upgrade of
openssh-server can just replace /etc/ssh/sshd_config without asking
the user.

a81bea1... by Utkarsh Gupta

Merge remote-tracking branch 'jchittum/jammy-vagrant-more-secure-private-key' into ubuntu/master

* jchittum/jammy-vagrant-more-secure-private-key:
  changelog update
  fix: move Vagrant 22.04+ to ephemeral ed25519 key

fb589ec... by Michael Hudson-Doyle

Produce a tarball of artifacts for netbooting during live-server build.

31937f1... by Michael Hudson-Doyle

auto/config: Emit error message to stderr in _sanitize_passes.

ed38882... by Michael Hudson-Doyle

auto/config: preserve germinate-output directory when removing config

Germinate doesn't take very long at all to run but downloading the
indices it operates on can take a while and nothing else in auto/config
does so not doing it every time you run "lb config" can be a real time
saver.

The code that invokes germinate already checked if the output was
already there but it was unconditionally deleted by the time control got
to that point.

dd0728a... by John Chittum

changelog update

5c8aa84... by John Chittum

fix: move Vagrant 22.04+ to ephemeral ed25519 key

LP: 1969664 tracks an issue related to the deprecation of rsa+ssh on
Jammy+ openssh server, coupled with upstream vagrant bugs, that cause
Jammy vagrant images fail to bootstrap due to ssh negotiation issues.
Moving to a different key algo from the upstream insecure key matches
Jammy's expectations, and works with older vagrant versions.

vagrant >= 2.2.16 hosts are unaffected by the issue, as an upstream
change was made. This change keep compatibility with newer vagrant
versions as well.

47b93e2... by Utkarsh Gupta

Update d/ch for 2.764 release

997fd08... by MichaƂ Sawicz

Add arm64 buildd bootable image