Browse Source

Log in after install

Bob Mottram 7 years ago
parent
commit
1297c3db1c
2 changed files with 16 additions and 1 deletions
  1. 6
    0
      doc/EN/debianinstall.org
  2. 10
    1
      website/EN/debianinstall.html

+ 6
- 0
doc/EN/debianinstall.org View File

@@ -32,3 +32,9 @@ freedombone menuconfig (or freedombone menuconfig-onion)
32 32
 #+END_SRC
33 33
 
34 34
 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.
35
+
36
+Once installed you can then log in from another system with:
37
+
38
+#+BEGIN_SRC bash
39
+ssh yourusername@freedombone.local -p 2222
40
+#+END_SRC

+ 10
- 1
website/EN/debianinstall.html View File

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2018-01-23 Tue 19:33 -->
6
+<!-- 2018-01-23 Tue 20:50 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title>&lrm;</title>
@@ -271,6 +271,15 @@ freedombone menuconfig (or freedombone menuconfig-onion)
271 271
 <p>
272 272
 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.
273 273
 </p>
274
+
275
+<p>
276
+Once installed you can then log in from another system with:
277
+</p>
278
+
279
+<div class="org-src-container">
280
+<pre class="src src-bash">ssh yourusername@freedombone.local -p 2222
281
+</pre>
282
+</div>
274 283
 </div>
275 284
 <div id="postamble" class="status">
276 285