Changes between Version 1 and Version 2 of 8+bcfg2-remote

Show
Ignore:
Timestamp:
11/06/09 09:36:28 (2 weeks ago)
Author:
dclark (IP: 72.255.66.205)
Comment:

Update to 1.0.0

Legend:

Unmodified
Added
Removed
Modified
  • 8+bcfg2-remote

    v1 v2  
    1 {{{ 
    2 #!html 
    3 <H1>bcfg2-remote</H1> 
    4 Section: Maintenance Commands (8)<BR><A HREF="#index">Index</A> 
    5 <A HREF="/projects/bcfg2/wiki">Return to Main Contents</A><HR> 
    6  
    7 <A NAME="lbAB">&nbsp;</A> 
    8 <H2>NAME</H2> 
    9  
    10 bcfg2-remote - Connect to a bcfg2 agent and trigger client execution 
    11 <A NAME="lbAC">&nbsp;</A> 
    12 <H2>SYNOPSIS</H2> 
    13  
    14 <B>bcfg2-remote</B> 
    15  
    16 <I>[-d &lt;debug level&gt;]</I> 
    17  
    18 <I>[-H &lt;agent host&gt;]</I> 
    19  
    20 <I>[-C &lt;configfile&gt;]</I> 
    21  
    22 <I>[-k &lt;ssl key&gt;]</I> 
    23  
    24 <I>[-p &lt;agent tcp port&gt;]</I> 
    25  
    26 <A NAME="lbAD">&nbsp;</A> 
    27 <H2>DESCRIPTION</H2> 
    28  
    29 bcfg2-remote connects to a client agent, uses the server certificate 
    30 for authentication, and causes that client to run the bcfg2 client 
    31 code with the options specified on the client. 
    32 <A NAME="lbAE">&nbsp;</A> 
    33 <H2>OPTIONS</H2> 
    34  
    35 <P> 
    36  
    37 <B>-d debuglevel</B> 
    38  
    39 <DL COMPACT><DT><DD> 
    40 Set debug level (0-40). 
    41 </DL> 
    42  
    43 <B>-H hostname</B> 
    44  
    45 <DL COMPACT><DT><DD> 
    46 Connect to the agent on the specified host. 
    47 </DL> 
    48  
    49 <B>-C configfile</B> 
    50  
    51 <DL COMPACT><DT><DD> 
    52 Use the specified bcfg2.conf. 
    53 </DL> 
    54  
    55 <B>-k sslkey</B> 
    56  
    57 <DL COMPACT><DT><DD> 
    58 Use the ssl certificate at the following path. 
    59 </DL> 
    60  
    61 <B>-p port</B> 
    62  
    63 <DL COMPACT><DT><DD> 
    64 Connect to the agent on the specified TCP port. 
    65 </DL> 
    66  
    67 <A NAME="lbAF">&nbsp;</A> 
    68 <H2>SEE ALSO</H2> 
    69  
    70 <B><A HREF="/projects/bcfg2/wiki/1+bcfg2">bcfg2</A>(1)</B> 
    71  
    72 <P> 
    73 <P> 
    74 <P> 
    75  
    76 <HR> 
    77 <A NAME="index">&nbsp;</A><H2>Index</H2> 
    78 <DL> 
    79 <DT><A HREF="#lbAB">NAME</A><DD> 
    80 <DT><A HREF="#lbAC">SYNOPSIS</A><DD> 
    81 <DT><A HREF="#lbAD">DESCRIPTION</A><DD> 
    82 <DT><A HREF="#lbAE">OPTIONS</A><DD> 
    83 <DT><A HREF="#lbAF">SEE ALSO</A><DD> 
    84 </DL> 
    85 <HR> 
    86 This document was created by 
    87 <A HREF="/projects/bcfg2/wiki">man2html</A>, 
    88 using the manual pages.<BR> 
    89 Time: 21:27:47 GMT, January 23, 2009 
    90 }}} 
     1'''As of Bcfg2 1.0.0, this is deprecated in favor of [wiki:AgentWithSSH].'''