summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/bcfg2-remote.840
-rw-r--r--man/bcfg2.conf.52
2 files changed, 42 insertions, 0 deletions
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 <debug level>]
+.I [-H <agent host>]
+.I [-C <configfile>]
+.I [-k <ssl key>]
+.I [-p <agent tcp port>]
+.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)
+
+
diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5
index feebcb05a..e9b142f5d 100644
--- a/man/bcfg2.conf.5
+++ b/man/bcfg2.conf.5
@@ -24,6 +24,8 @@ key=/path/to/ssl/key
.TP
protocol=xmlrpc/ssl
.TP
+agent-port=TCP_port
+.TP
.B [components]
list of component urls
.PP