瀏覽代碼

Beginning of monkeysphere

Bob Mottram 11 年之前
父節點
當前提交
1e74a4f523
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12
    0
      beaglebone.txt

+ 12
- 0
beaglebone.txt 查看文件

@@ -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]]