From 8946da670b65bfad02d25e2b943e9241bb80ece5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 11 Nov 2016 20:47:51 +0000 Subject: [PATCH] Note on initial sbc login --- doc/EN/homeserver.org | 10 +++++++++- website/EN/homeserver.html | 17 +++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/doc/EN/homeserver.org b/doc/EN/homeserver.org index 75fc6209..c180fca7 100644 --- a/doc/EN/homeserver.org +++ b/doc/EN/homeserver.org @@ -70,7 +70,15 @@ username: fbone password: freedombone #+end_src -You will then be shown a large new password. It's *very important* that you write this down somewhere before going further, because you'll need this to log in later. +If you're installing from a microSD card on a single board computer without a screen and keyboard attached then you can ssh into it with: + +#+begin_src bash +ssh fbone@freedombone.local -p 2222 +#+end_src + +Using the initial password "/freedombone/". + +You will then be shown a new randomly generated password. It's *very important* that you write this down somewhere before going further, because you'll need this to log in later. You'll be asked to set a username and a "real" name (or nickname), then the rest of the installation will be automatic. Again, it takes a while, so go and do something less boring instead. diff --git a/website/EN/homeserver.html b/website/EN/homeserver.html index 923a3a92..aeb1e074 100644 --- a/website/EN/homeserver.html +++ b/website/EN/homeserver.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -329,7 +329,20 @@ password: freedombone

-You will then be shown a large new password. It's very important that you write this down somewhere before going further, because you'll need this to log in later. +If you're installing from a microSD card on a single board computer without a screen and keyboard attached then you can ssh into it with: +

+ +
+
ssh fbone@freedombone.local -p 2222
+
+
+ +

+Using the initial password "freedombone". +

+ +

+You will then be shown a new randomly generated password. It's very important that you write this down somewhere before going further, because you'll need this to log in later.