Log in after install
This commit is contained in:
parent
590ac1a45c
commit
1297c3db1c
|
@ -32,3 +32,9 @@ freedombone menuconfig (or freedombone menuconfig-onion)
|
|||
#+END_SRC
|
||||
|
||||
The installation process will then begin. Depending upon the hardware you're installing onto and your internet connection speed it may take quite a while to install.
|
||||
|
||||
Once installed you can then log in from another system with:
|
||||
|
||||
#+BEGIN_SRC bash
|
||||
ssh yourusername@freedombone.local -p 2222
|
||||
#+END_SRC
|
||||
|
|
|
@ -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>
|
||||
<!-- 2018-01-23 Tue 19:33 -->
|
||||
<!-- 2018-01-23 Tue 20:50 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>‎</title>
|
||||
|
@ -271,6 +271,15 @@ freedombone menuconfig (or freedombone menuconfig-onion)
|
|||
<p>
|
||||
The installation process will then begin. Depending upon the hardware you're installing onto and your internet connection speed it may take quite a while to install.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Once installed you can then log in from another system with:
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-bash">ssh yourusername@freedombone.local -p 2222
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
|
||||
|
|
Loading…
Reference in New Issue