<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Thanks it work fine ! :)<br>
<br>
<div class="moz-cite-prefix">Le 28/12/2014 12:48, Guus Sliepen a
écrit :<br>
</div>
<blockquote cite="mid:20141228114852.GX22357@sliepen.org"
type="cite">
<pre wrap="">On Sun, Dec 28, 2014 at 12:25:05PM +0100, Sich wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I am curently trying to make some script to auto install tinc 1.0.25 on
linux servers.
I have some problem with the tincd -n -K to generate the key pairs because
he ask me to validate the files used for the keys....
I have read the man page but I didn't find how to validate this files
without any prompt...
Is there any switch option for this ? Or any solution ?
</pre>
</blockquote>
<pre wrap="">
Tinc only asks for confirmation if it detects that stdin/stdout are to
an interactive terminal. Just redirect stdin from /dev/null and it will
not ask for confirmation anymore:
tincd -n <netname> -K </dev/null
For tinc 1.1 there is a --batch option that has the same effect.
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
tinc mailing list
<a class="moz-txt-link-abbreviated" href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a>
<a class="moz-txt-link-freetext" href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a>
</pre>
</blockquote>
<br>
</body>
</html>