Jump to first page
 -96
TSIG configuration step 5
n5. Have your partners configure their servers to use the key when talking to you
uUse the key statement to configure the key
uUse the server statement to indicate which key is needed for communication with that server
Ð
server 192.168.10.1 {
        keys {me-friend; };
};
zone Óripe.net" {
        type slave;
        masters { 192.168.10.1;};
        file Òslaves/ripe.netÓ;
};
RFC 2930 defines the TKEY RR for distribution of secret keys via the DNS.


Note: It is important to use the same name at both the master and slave side. Both name and key material are  relevant during encryption and verification stage.