On Mon, Jul 25, 2016 at 12:16:36PM -0400, Heng Wang wrote:

> Say when tinc is running all good, the "server" contains all the key files
> of clients.
> If we remove the key file for client A during run, how long before does
> server find out the key
> file is gone? I see a "KeyExpire" option in the conf file, is this the time?

KeyExpire is the time used for session keys, it doesn't apply to public
keys loaded from config files.

Normally tinc should reread the host config file each time a connection
is made. But existing connections will normally be kept alive. To force
tinc to disconnect peers when their host config file is removed, send
the server tincd the HUP signal:

tincd -n <netname> -kHUP

-- 
Met vriendelijke groet / with kind regards,
     Guus Sliepen <[email protected]>

Attachment: signature.asc
Description: Digital signature

_______________________________________________
tinc mailing list
[email protected]
https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc

Reply via email to