search for: 9a7d617

Displaying 2 results from an estimated 2 matches for "9a7d617".

Did you mean: 9a7d6107
2009 Sep 08
0
[PATCH node-image] Working version of Add the ability to use persistent ssh_host_keys on the ovirt-node
From: root <root at linagora-ovirt.netaktiv.com> --- ovirt-node-image.ks | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/ovirt-node-image.ks b/ovirt-node-image.ks index 802b6a5..9a7d617 100644 --- a/ovirt-node-image.ks +++ b/ovirt-node-image.ks @@ -55,6 +55,22 @@ if [ -f "ovirt-authorized_keys" ]; then chmod 644 $INSTALL_ROOT/root/.ssh/authorized_keys fi +if [ -f ovirt-ssh_host_dsa_key -a -f ovirt-ssh_host_dsa_key.pub -a\ + -f ovirt-ssh_host_key -a -f ovirt-ss...
2009 Sep 10
0
Re: persistent ssh_host_keys
...mialon at linagora.com> > > From: root <root at linagora-ovirt.netaktiv.com> > > --- > ovirt-node-image.ks | 16 ++++++++++++++++ > 1 files changed, 16 insertions(+), 0 deletions(-) > > diff --git a/ovirt-node-image.ks b/ovirt-node-image.ks > index 802b6a5..9a7d617 100644 > --- a/ovirt-node-image.ks > +++ b/ovirt-node-image.ks > @@ -55,6 +55,22 @@ if [ -f "ovirt-authorized_keys" ]; then > chmod 644 $INSTALL_ROOT/root/.ssh/authorized_keys > fi > > +if [ -f ovirt-ssh_host_dsa_key -a -f ovirt-ssh_host_dsa_key.pub -a\ > +...