소스 검색

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