From a1198fea55008976aae32846a8f58712ea0cbf12 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Mon, 17 Nov 2008 13:32:44 -0500 Subject: [PATCH] correct reason why you can't walk into a fresh autoinstall by ssh svn path=/trunk/packages/invirt-web/; revision=1706 --- code/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/main.py b/code/main.py index 2875c16..9be2b6c 100755 --- a/code/main.py +++ b/code/main.py @@ -431,7 +431,8 @@ def helpHandler(username, state, path, fields): The autoinstaller builds a minimal Debian or Ubuntu system to run as a ParaVM. You can access the resulting system by logging into the serial console server -with your Kerberos tickets; there is no root password and no sshd.

+with your Kerberos tickets; there is no root password and sshd will +refuse login.

Under the covers the autoinstaller uses our own patched version of xen-create-image, which is a tool based on debootstrap. If you're -- 1.7.9.5