Note on initial sbc login
This commit is contained in:
parent
a164c44f60
commit
8946da670b
|
@ -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.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2016-11-11 Fri 20:25 -->
|
||||
<!-- 2016-11-11 Fri 20:47 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -329,7 +329,20 @@ password: freedombone
|
|||
</div>
|
||||
|
||||
<p>
|
||||
You will then be shown a large new password. It's <b>very important</b> 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:
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-bash">ssh fbone@freedombone.local -p 2222
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
Using the initial password "<i>freedombone</i>".
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You will then be shown a new randomly generated password. It's <b>very important</b> that you write this down somewhere before going further, because you'll need this to log in later.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue