X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=doc%2FHOWTO;fp=doc%2FHOWTO;h=813ec2e3f9daedbb28e62405728d76b0971fa661;hp=9b14b2fa3da1574df2043ab84ce4fe355f40c1b3;hb=79ad21c392e56cad2556e7693b9639d8e2346a59;hpb=5cd0f940c7334959534d3ab4e1f3c7cac67ee38a diff --git a/doc/HOWTO b/doc/HOWTO index 9b14b2fa..813ec2e3 100644 --- a/doc/HOWTO +++ b/doc/HOWTO @@ -109,7 +109,13 @@ any data because it doesn't know where everybody is. The passphrases --------------- We will have to generate keys for ourselves, and get a key from everybody -we want to ConnectTo. +we want to ConnectTo. All of these go into a directory named +/etc/tinc/passphrases. To generate our own key: + + genauth 1024 >/etc/tinc/passphrases/local + +You should then proceed to give this key to anyone who wants to ConnectTo +you. -- -$Id: HOWTO,v 1.2 2000/06/30 20:42:07 wsl Exp $ +$Id: HOWTO,v 1.3 2000/06/30 20:57:30 wsl Exp $