mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-14 18:24:15 +00:00
Imported 2.767
No reason for CPC update specified.
This commit is contained in:
parent
9361bc08af
commit
d75c3abdff
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.767) kinetic; urgency=medium
|
||||
|
||||
* Do not modify /etc/ssh/sshd_config for ubuntu-cpc project
|
||||
builds. (LP: #1968873)
|
||||
|
||||
-- Thomas Bechtold <thomas.bechtold@canonical.com> Tue, 28 Jun 2022 13:29:05 +0200
|
||||
|
||||
livecd-rootfs (2.766) kinetic; urgency=medium
|
||||
|
||||
* live-build/ubuntu-cpc/hooks.d/base/ovf/ubuntu-ova-v1-vmdk.tmpl:
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
sed -i "s|#PasswordAuthentication yes|PasswordAuthentication no|g" /etc/ssh/sshd_config
|
||||
cat << EOF >> "/etc/ssh/sshd_config.d/10-cloudimg-settings.conf"
|
||||
PasswordAuthentication no
|
||||
EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user