search for: b6b9f07

Displaying 3 results from an estimated 3 matches for "b6b9f07".

Did you mean: 36f9f07
2009 Jul 21
0
[PATCH node] Adds a new kernel cmdline argument to toggle SSH password auth.
...erce <dpierce at redhat.com> --- scripts/ovirt-config-password | 42 ++++++++++++++++++++++------------------ scripts/ovirt-early | 10 ++++++++- 2 files changed, 32 insertions(+), 20 deletions(-) diff --git a/scripts/ovirt-config-password b/scripts/ovirt-config-password index b6b9f07..ffb30d9 100755 --- a/scripts/ovirt-config-password +++ b/scripts/ovirt-config-password @@ -76,23 +76,27 @@ PASSWORD="Set administrator password" SSH="Toggle SSH password authentication" QUIT="Quit and Return To Menu" -while true; do - state="disabled"...
2009 Jul 22
1
Updated patch...
This patch obsoletes the previous, renaming the karg to ssh_pwauth.
2009 Jul 22
1
Changes the ssh karg to ssh_pwauth
This patch obsoletes the previous one with feedback from pmyers at redhat.com.