AUTHKEYS(5) | Configuration Files | AUTHKEYS(5) |
authkeys - Authentication file for the Heartbeat cluster messaging layer
/etc/ha.d/authkeys is read by heartbeat(8). It enables Heartbeat to securely authenticate cluster nodes.
This file must not be readable or writable by any users other than root.
Two lines are required in the authkeys file:
The file must follow the following format:
auth num num method secret num method secret num method secret ...
num is a numerical identifier, between 1 and 15 inclusive. It must be unique within the file.
method is one of the available authentication signature methods (see below for supported methods).
secret is an alphanumerical shared secret used to identify cluster nodes to each other.
auth num selects the currently active authentication method and secret.
The following signature methods are supported in authkeys (listed here in alphabetical order):
md5
sha1
crc
An absolutely up-to-date list of authentication methods supported may be retrieved by running ls /usr/lib/heartbeat/plugins/HBauth/*.so.
Alan Robertson <alanr@unix.sh>
Lars Ellenberg <lars.ellenberg@linbit.com>
Florian Haas <florian.haas@linbit.com>
24 Nov 2009 | Heartbeat 3.0.6 |