From 1b35fbdfef6b8872e545e5dacdb58a670194646a Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Tue, 19 May 2015 15:03:35 +0200 Subject: [PATCH] Doc update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92b56c5..08d9928 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,5 @@ SSH Controls does NOT: * manage or distribute SSH **private keys**: SSH private keys should be controlled and managed (and safeguarded!) by the actual owners. Though one could consider SSH key pairs of generic accounts (such as application accounts) as an exception, SSH Controls currently does not support the management of private keys. * discover SSH **host keys**: SSH Controls will silently ignore any questions related to host keys discoveries upon the first connection to client hosts. If you are managing a large number of client hosts, you may want to prepare a known_hosts file in advance or else let the host keys be added automatically upon first public key distribution. + +More documentation can be found at More documentation can be found at http://www.kudos.be/Projects/SSH_Controls.html