# RCSID $Id: secrets.proto,v 1.10 2000/03/16 19:46:50 henry Exp $ # This file holds shared secrets or RSA private keys for inter-Pluto # authentication. See ipsec_pluto(8) manpage, and HTML documentation. # Shared secret (an arbitrary character string, which should be both long # and hard to guess, enclosed in quotes) for a pair of negotiating hosts. # Must be same on both; generate on one and copy to the other. 10.0.0.1 11.0.0.1 "xxx" # RSA private key for this host, authenticating it to any other host # which knows the public part. Put ONLY the "pubkey" part into connection # descriptions on the other host(s); it need not be kept secret. : RSA { # yyy } # do not change the indenting of that "}"