Browse Source

Beginning of monkeysphere

Bob Mottram 11 years ago
parent
commit
1e74a4f523
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      beaglebone.txt

+ 12
- 0
beaglebone.txt View File

@@ -7021,6 +7021,18 @@ Set your domain name and email accordingly.
7021 7021
 a2ensite mygitlabdomain
7022 7022
 #+END_SRC
7023 7023
 
7024
+** Monkeysphere
7025
+
7026
+#+BEGIN_SRC: bash
7027
+aptitude install monkeysphere
7028
+aptitude install msva-perl
7029
+aptitude install xul-ext-monkeysphere
7030
+
7031
+export HOSTNAME=mydomainname.com
7032
+monkeysphere-host import-key /etc/ssh/ssh_host_rsa_key ssh://$HOSTNAME
7033
+monkeysphere-host publish-key
7034
+#+END_SRC
7035
+
7024 7036
 * Related projects
7025 7037
 
7026 7038
   * [[https://freedomboxfoundation.org/][Freedombox]]