Skip to content

Commit

Permalink
Merge pull request #298 from autocrypt/botpage2
Browse files Browse the repository at this point in the history
2nd try to do the bot separation
  • Loading branch information
dkg committed Dec 21, 2017
2 parents daa2a4a + a0740f8 commit deb216e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 27 deletions.
30 changes: 30 additions & 0 deletions doc/bot.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Autocrypt bot
+++++++++++++

Implemented using `py-autocrypt`_.

.. _py-autocrypt: https://py-autocrypt.readthedocs.io/

Responder
~~~~~~~~~~

We deploy a preliminary auto-responder which accepts and sends mails
with Autocrypt headers. Just sent a mail to bot@autocrypt.org and wait for the reply
and look at the headers. As of January 2017, the Bot does not implement the full
Level 1 protocol.

Bot Dovecot IMAP
~~~~~~~~~~~~~~~~

You can login to IMAP/Dovecot (port 993, TLS mandatory) with the
username "bot" and the password as stored in ``gitcrypt/credentials.txt``.
Ask on IRC or the mailing list and provide your gpg public key for access to
the password credentials using `git-crypt <https://www.agwa.name/projects/git-crypt/>`_.

ssh access to bot account
~~~~~~~~~~~~~~~~~~~~~~~~~~

You can ssh to the bot account: ``ssh -l bot mail.autocrypt.org``,
ECDSA key fingerprint is ``SHA256:4RWh81zOd/Pgq3mHhKpyLdVZJfOpq+DgqKheUIhJgWQ``.
Ask on IRC to get your SSH key added (anyone already with access
to the bot@autocrypt.org account can add it to ``.ssh/authorized_keys``).
4 changes: 4 additions & 0 deletions doc/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ and contributors, MUA developers and privacy enthusiasts.

:doc:`glossary`

:doc:`bot`
Description of the Autocrypt bot.


.. toctree::
:hidden:
Expand All @@ -60,3 +63,4 @@ and contributors, MUA developers and privacy enthusiasts.
install
install-autocrypt-enigmail
news
bot
31 changes: 4 additions & 27 deletions doc/dev-status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,31 +91,8 @@ Source code:

- Delta-Chat: TODO

Autocrypt bot
+++++++++++++++
Testing Autocrypt
+++++++++++++++++

Implemented using `py-autocrypt`_.

Responder
~~~~~~~~~~

We deploy a preliminary auto-responder which accepts and sends mails
with Autocrypt headers. Just sent a mail to ``bot at autocrypt dot
org`` and wait for the reply and look at the headers. As of Janury
2017, the Bot does not implement the full level-1 protocol.

Bot Dovecot IMAP
~~~~~~~~~~~~~~~~

You can login to IMAP/Dovecot (port 993, TLS mandatory) with the
username "bot" and the password as stored in ``gitcrypt/credentials.txt``.
Ask on IRC or the mailing list and provide your gpg public key for access to
the password credentials using `git-crypt <https://www.agwa.name/projects/git-crypt/>`_.

ssh access to bot account
~~~~~~~~~~~~~~~~~~~~~~~~~~

You can ssh to the bot account: ``ssh -l bot mail.autocrypt.org``,
ECDSA key fingerprint is ``SHA256:4RWh81zOd/Pgq3mHhKpyLdVZJfOpq+DgqKheUIhJgWQ``.
Ask on IRC to get your SSH key added (anyone already with access
to the bot@autocrypt.org account can add it to ``.ssh/authorized_keys``).
There is an Autocrypt Bot which accepts and sends mails with Autocrypt
headers. Just write an E-Mail to bot@autocrypt.org. :doc:`Find out more about the bot...<bot>`

0 comments on commit deb216e

Please sign in to comment.