From 59635c22773a8a7b26c7c27891e999a3f71bbd1a Mon Sep 17 00:00:00 2001 From: Joey Hagedorn Date: Thu, 19 Jul 2007 18:54:02 +0000 Subject: merging back in xmlrpc branch for agent-mode support git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3505 ce84e21b-d406-0410-9b95-82705330c041 --- man/bcfg2-remote.8 | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 man/bcfg2-remote.8 (limited to 'man/bcfg2-remote.8') diff --git a/man/bcfg2-remote.8 b/man/bcfg2-remote.8 new file mode 100644 index 000000000..8e1aab956 --- /dev/null +++ b/man/bcfg2-remote.8 @@ -0,0 +1,40 @@ +.TH "bcfg2-remote" 8 +.SH NAME +bcfg2-remote \- Connect to a bcfg2 agent and trigger client execution +.SH SYNOPSIS +.B bcfg2-remote +.I [-d ] +.I [-H ] +.I [-C ] +.I [-k ] +.I [-p ] +.SH DESCRIPTION +bcfg2-remote connects to a client agent, uses the server certificate +for authentication, and causes that client to run the bcfg2 client +code with the options specified on the client. +.SH OPTIONS +.PP +.B "\-d debuglevel" +.RS +Set debug level (0-40). +.RE +.B "\-H hostname" +.RS +Connect to the agent on the specified host. +.RE +.B "-C configfile" +.RS +Use the specified bcfg2.conf. +.RE +.B "\-k sslkey" +.RS +Use the ssl certificate at the following path. +.RE +.B "\-p port" +.RS +Connect to the agent on the specified TCP port. +.RE +.SH "SEE ALSO" +.BR bcfg2(1) + + -- cgit v1.2.3-1-g7c22