From 8b64a93dcf00bcafcb51862ca0459d774bb8cf2b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 5 Jan 2012 01:05:16 +0100 Subject: [PATCH] FAQ: add hint regarding ssh boot option to password/security section --- faq/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/faq/index.php b/faq/index.php index a41d97a..372c9c7 100644 --- a/faq/index.php +++ b/faq/index.php @@ -174,8 +174,10 @@

There are no default passwords - all accounts are locked by default for security reasons. Even local logins are not possible (unless you set a password or create new user - accounts as root). You can create valid passwords using "sudo - passwd [username]" from the shell individually.

+ accounts as root). You can create valid passwords using "sudo + passwd [username]" from the shell individually. To set a password + for the Grml user and enable SSH login you can use the 'ssh' + boot option, like 'ssh=yourpassword'.

How do I find out the version of Grml

-- 2.1.4