From: aderumier@odiso.com
To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>
Subject: Re: [pve-devel] [PATCH qemu-server] cloud-init: don't regenerate ssh hosts key on config change when vm is running
Date: Fri, 15 Jan 2021 12:08:16 +0100 [thread overview]
Message-ID: <650b449cdd9a413b4f55463dcd9d65be4efaadcc.camel@odiso.com> (raw)
In-Reply-To: <8be996c8068e594171ce24c348f292ca93796586.camel@odiso.com>
I have sent another patch,
with a config option
(Like this, user can define behaviour)
Le jeudi 14 janvier 2021 à 16:20 +0100, aderumier@odiso.com a écrit :
> > > We could add vendor data and put the ssh keys there:
> > > >
> > > > https://cloudinit.readthedocs.io/en/latest/topics/vendordata.html
> > > >
> technically, it's possible to add host ssh keys with
>
>
> ssh_keys:
> rsa_private: |
> -----BEGIN RSA PRIVATE KEY-----
> MIIBxwIBAAJhAKD0YSHy73nUgysO13XsJmd4fHiFyQ+00R7VVu2iV9Qco
> ...
> -----END RSA PRIVATE KEY-----
> rsa_public: ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAGEAoPRhIfLvedSDKw7Xd
>
>
> I had asked about it some months ago,but Dietmar didn't want it
> https://lists.proxmox.com/pipermail/pve-devel/2020-June/044104.html
> "
> ----- Mail original -----
> De: "dietmar" <dietmar at proxmox.com>
> À: "pve-devel" <pve-devel at pve.proxmox.com>
> Envoyé: Jeudi 25 Juin 2020 11:00:10
> Objet: Re: [pve-devel] cloudinit: generate server ssh keys on proxmox
> side ?
>
> > Maybe could we generate them once at proxmox side ?
>
> -1
>
> Copying private keys is bad .
> "
>
>
>
> I wasn't aware about ssh_deletekeys at this time,
> but it seem a better way to manage this.(keep sshkey generation
> inside
> the vm, but do it only once)
>
>
>
> Le mercredi 13 janvier 2021 à 12:26 +0100, Mira Limbeck a écrit :
> > We could add vendor data and put the ssh keys there:
> >
> > https://cloudinit.readthedocs.io/en/latest/topics/vendordata.html
> >
> >
> > On 1/13/21 10:01 AM, Alexandre Derumier wrote:
> > > Currently, we always regenerate sshkeys on any config change.
> > >
> > > It should be done only before the first vm start, but currently
> > > can't known that.
> > >
> > > So, this patch only do it when vm is running.
> > >
> > > Signed-off-by: Alexandre Derumier<aderumier@odiso.com>
> > > ---
> > > PVE/QemuServer/Cloudinit.pm | 2 ++
> > > 1 file changed, 2 insertions(+)
> > >
> > > diff --git a/PVE/QemuServer/Cloudinit.pm
> > > b/PVE/QemuServer/Cloudinit.pm
> > > index 52a4203..dd643c1 100644
> > > --- a/PVE/QemuServer/Cloudinit.pm
> > > +++ b/PVE/QemuServer/Cloudinit.pm
> > > @@ -135,6 +135,8 @@ sub cloudinit_userdata {
> > > $content .= " - $k\n";
> > > }
> > > }
> > > + $content .= "ssh_deletekeys: false\n" if
> > > PVE::QemuServer::check_running($vmid);
> > > +
> > > $content .= "chpasswd:\n";
> > > $content .= " expire: False\n";
> > >
> >
> >
> > _______________________________________________
> > pve-devel mailing list
> > pve-devel@lists.proxmox.com
> > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
> >
>
>
next prev parent reply other threads:[~2021-01-15 11:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-13 9:01 Alexandre Derumier
2021-01-13 11:26 ` Mira Limbeck
2021-01-14 15:20 ` aderumier
2021-01-15 11:08 ` aderumier [this message]
2021-01-13 16:40 ` Gilles Pietri
2021-01-14 8:45 ` aderumier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=650b449cdd9a413b4f55463dcd9d65be4efaadcc.camel@odiso.com \
--to=aderumier@odiso.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.