From 70f1558a2eca8295e30bb1e381d948056333634d Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 27 Oct 2012 21:02:32 +0000 Subject: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1592 82007160-df01-0410-b94d-b575c5fd34c7 --- tools/README.respond | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tools/README.respond (limited to 'tools/README.respond') diff --git a/tools/README.respond b/tools/README.respond new file mode 100644 index 0000000..898bf85 --- /dev/null +++ b/tools/README.respond @@ -0,0 +1,36 @@ + rsa_respond + +respond: + +respond takes the challenge from the server and creates a valid response +to pass back to the server. + +Syntax: +$ ./respond [passphrase] + +Notes: + +The private key file is protected by a passphrase, entered when the key is +created. The passphrase is prompted for whenever respond is called. + +Do not use mkkeypair to create a RSA key. The shell script will create it +without a passphrase. + +If the passphrase is passed on the command line (insecure mode), the +program will not prompt for a passphrase. This is primarily for running +rsa_respond from a script. + +Compiling: + +Untar the distribution +Read this document +Run 'configure' (not so foolproof, tweak the Makefile if necessary) +...and 'make' + +libcrypto from OpenSSL must be available in order to use this program. + +System support: +respond compiles properly, and have been tested on FreeBSD 4.x, Linux glibc, +Solaris 8, and Cygwin 1.2 or higher. + +# $Id: README 33 2005-10-02 20:50:00Z knight $ -- cgit