summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Filion <lelutin@gmail.com>2011-07-17 00:38:25 -0400
committerGabriel Filion <lelutin@gmail.com>2011-07-17 00:38:25 -0400
commit89aeace9b6367f144165334bbfbbdf7bd1da8359 (patch)
treeef690c7c5d39351e2157486463e0b188eb41a895
parent0822b5bfb575fdfe555d26d112d0fde669d55963 (diff)
Document the $sshd_shared_ip variable in the README
Signed-off-by: Gabriel Filion <lelutin@gmail.com>
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 647f2e0..5d14392 100644
--- a/README
+++ b/README
@@ -194,6 +194,11 @@ The following is a list of the currently available variables:
be useful to define complicated Match Blocks. This string is going to be
included, like it is defined. So take care! Default: empty -> not added.
+ $sshd_shared_ip
+ Whether the server uses a shared network IP address. If it does, then we
+ don't want it to export an rsa key for its IP address.
+ Values: no or yes; Default: no
+
Defines and functions
---------------------