From 23cca02b550a80e91a76ddf7a3f2195859473c71 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 6 Sep 2011 23:53:01 +0200 Subject: It's Reaktor, not reaktor^_^ --- cholerab/Reaktor/priviliged_functions | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 cholerab/Reaktor/priviliged_functions (limited to 'cholerab/Reaktor') diff --git a/cholerab/Reaktor/priviliged_functions b/cholerab/Reaktor/priviliged_functions new file mode 100644 index 00000000..a673267e --- /dev/null +++ b/cholerab/Reaktor/priviliged_functions @@ -0,0 +1,24 @@ +Use Case 1: Request update on Host +================================= + +< user> bot: update +< bot> /whois user +< bot> /msg user [CHALLENGE] +< user> /msg bot [CHALLENGE-RESPONSE] +< bot> updating... +< bot> now on rev XXXXX + +Command Flow +---------------- +The bot has a locally stored list of [trusted] hosts along with their public +key, preferably from the tinc/retiolum directory. + +The bot encrypts a 1K Byte long message with the public key of the host +retrieved by the /whois command. + +This challenge is sent to the user requesting the command via private message. +The user then decrpyts the message with its own private key and sends the +decrpyted message to the bot. + +The bot then executes the requested command if the challenge is answered +correctly -- cgit v1.2.3