diff --git a/software/cdist/man/cdist-best-practice.html b/software/cdist/man/cdist-best-practice.html index 17ac02ad..4eea9c93 100644 --- a/software/cdist/man/cdist-best-practice.html +++ b/software/cdist/man/cdist-best-practice.html @@ -1,6 +1,6 @@ -cdist-best-practice(7)

cdist-best-practice(7)


Table of Contents

1. NAME
2. PASSWORDLESS CONNECTIONS
3. SPEEDING UP SSH CONNECTIONS
4. MULTI MASTER OR ENVIRONMENT SETUPS
5. SEE ALSO
6. COPYING

1. NAME

cdist-best-practice - Practices used in real environments

2. PASSWORDLESS CONNECTIONS

It is recommended to run cdist with public key authentication. +cdist-best-practice(7)

cdist-best-practice(7)


1. NAME

cdist-best-practice - Practices used in real environments

2. PASSWORDLESS CONNECTIONS

It is recommended to run cdist with public key authentication. This requires a private/public key pair and the entry "PermitRootLogin without-password" in the sshd server. See sshd_config(5) and ssh-keygen(1).

3. SPEEDING UP SSH CONNECTIONS

When connecting to a new host, the initial delay with ssh connections diff --git a/software/cdist/man/cdist-cache.html b/software/cdist/man/cdist-cache.html new file mode 100644 index 00000000..b9a2733a --- /dev/null +++ b/software/cdist/man/cdist-cache.html @@ -0,0 +1,6 @@ + + +cdist-cache(1)

cdist-cache(1)


1. NAME

cdist-cache - Cache output of last run

2. SYNOPSIS

cdist-cache TARGET_HOST

3. DESCRIPTION

cdist-cache moves away the objects created during last run so the +next run can use the previous information and compare them with +the current status.

4. SEE ALSO

cdist(7)

5. COPYING

Copyright (C) 2011 Nico Schottelius. Free use of this software is +granted under the terms of the GNU General Public License version 3 (GPLv3).

diff --git a/software/cdist/man/cdist-code-run-all.html b/software/cdist/man/cdist-code-run-all.html index c835f401..c8c1f349 100644 --- a/software/cdist/man/cdist-code-run-all.html +++ b/software/cdist/man/cdist-code-run-all.html @@ -1,6 +1,6 @@ -cdist-code-run-all(1)

cdist-code-run-all(1)


1. NAME

cdist-code-run-all - Execute all generated code on the target

2. SYNOPSIS

cdist-code-run-all HOSTNAME

3. DESCRIPTION

cdist-code-run-all is just a wrapper for cdist-remote-code-run-all.

4. SEE ALSO