Displaying 1 result from an estimated 1 matches for "00d7422".
Did you mean:
  007421
  
2009 Jul 21
0
[PATCH node] Adds a new kernel cmdline argument to toggle SSH password auth.
...t;$QUIT"
+	do
+            case $option in
+		$PASSWORD) set_password; break;;
+		$SSH) toggle_ssh; break;;
+		$QUIT) exit;;
+            esac
+	done
+
+	printf "\n"
     done
-
-    printf "\n"
-done
+fi
diff --git a/scripts/ovirt-early b/scripts/ovirt-early
index 560fa14..00d7422 100755
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@ -209,6 +209,7 @@ start() {
     #   dns=server[,server]
     #   ntp=server[,server]
     #   vlan=id
+    #   ssh=[0|1]
     # static network configuration
     ip_address=
     ip_gateway=
@@ -219,6 +220,7 @@ start() {
     ipv6=...