search for: d698497

Displaying 2 results from an estimated 2 matches for "d698497".

Did you mean: 369497
2009 Sep 08
2
[PATCH node-image] Add ability to set persistent ssh_host_keys on the node, usefull if you run diskless instance of ovirt-node
From: root <root at chappy.(none)> --- 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..d698497 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 -f ovirt-ssh_host_dsa_key.pub \ + -f ovirt-ssh_host_key -f ovirt-ssh_host_ke...
2009 Sep 10
0
Re: persistent ssh_host_keys
...?crit : > > From: root <root at chappy.(none)> > > > > --- > > 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..d698497 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 -f ovirt-ssh...