| 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"> </A> |
| 8 | | <H2>NAME</H2> |
| 9 | | |
| 10 | | bcfg2-remote - Connect to a bcfg2 agent and trigger client execution |
| 11 | | <A NAME="lbAC"> </A> |
| 12 | | <H2>SYNOPSIS</H2> |
| 13 | | |
| 14 | | <B>bcfg2-remote</B> |
| 15 | | |
| 16 | | <I>[-d <debug level>]</I> |
| 17 | | |
| 18 | | <I>[-H <agent host>]</I> |
| 19 | | |
| 20 | | <I>[-C <configfile>]</I> |
| 21 | | |
| 22 | | <I>[-k <ssl key>]</I> |
| 23 | | |
| 24 | | <I>[-p <agent tcp port>]</I> |
| 25 | | |
| 26 | | <A NAME="lbAD"> </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"> </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"> </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"> </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].''' |