summaryrefslogtreecommitdiffstats
path: root/man/bcfg2-remote.8
blob: 8e1aab956b5871d325c36ae3f902d1540515f9a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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)