From: Greg Price
Date: Mon, 17 Nov 2008 18:32:44 +0000 (-0500)
Subject: correct reason why you can't walk into a fresh autoinstall by ssh
X-Git-Tag: 0.0.13~5
X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/a1198fea55008976aae32846a8f58712ea0cbf12
correct reason why you can't walk into a fresh autoinstall by ssh
svn path=/trunk/packages/invirt-web/; revision=1706
---
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