150186Sdwhite##################################################
250186Sdwhite#
350186Sdwhite#          Example of ppp.secret file
450186Sdwhite#
550186Sdwhite#  This file is used to authenticate incoming connections.
650186Sdwhite#  You must ``enable'' either PAP or CHAP in your ppp.conf file.
750186Sdwhite#  The peer may then use any of the Authname/Authkey pairs listed.
850186Sdwhite#  If an IP address is given, it will be assigned to the peer.
950186Sdwhite#  
1050186Sdwhite#  If an entry exists for your local machine (as given by the
1150186Sdwhite#  ``hostname -s'' command), the password specified will be
1250186Sdwhite#  required for all server socket connections.  Refer to the ppp(8)
1350186Sdwhite#  and pppctl(8) man pages for further details.
1450186Sdwhite#
1550479Speter# $FreeBSD$
1650186Sdwhite#
1750186Sdwhite##################################################
1850186Sdwhite
1950186Sdwhite# Authname	Authkey			Peer's IP address
2050186Sdwhite
2150186Sdwhiteoscar		OurSecretKey		192.244.184.34/24
2250186SdwhiteBigBird		X4dWg9327		192.244.184.33/32
2350186Sdwhitetama		localPasswdForControl 
24