From 1297c3db1c1a2f7298a8b336f22406628a80b6d5 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Tue, 23 Jan 2018 20:50:58 +0000 Subject: [PATCH] Log in after install --- doc/EN/debianinstall.org | 6 ++++++ website/EN/debianinstall.html | 11 ++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/EN/debianinstall.org b/doc/EN/debianinstall.org index 629f6534d..6f00a2bc4 100644 --- a/doc/EN/debianinstall.org +++ b/doc/EN/debianinstall.org @@ -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 diff --git a/website/EN/debianinstall.html b/website/EN/debianinstall.html index 2e7e74dbe..569e38abf 100644 --- a/website/EN/debianinstall.html +++ b/website/EN/debianinstall.html @@ -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"> -- GitLab