/usr/share/doc/cockpit/guide/cockpit-bridge.1.html is in cockpit-doc 164-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>cockpit-bridge</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Cockpit Guide">
<link rel="up" href="cockpit-manual.html" title="Manual pages">
<link rel="prev" href="remotectl.8.html" title="remotectl">
<link rel="next" href="https.html" title="SSL/TLS Usage">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="remotectl.8.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="cockpit-manual.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Cockpit Guide</th>
<td><a accesskey="n" href="https.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="cockpit-bridge.1"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">cockpit-bridge</span></h2>
<p>cockpit-bridge — Cockpit Host Bridge</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="cmdsynopsis"><p><code class="command">cockpit-bridge</code> [<code class="option">--help</code>] [<code class="option">--packages</code>]</p></div>
</div>
<div class="refsect1">
<a name="cockpit-bridge-description"></a><h2>DESCRIPTION</h2>
<p>The <span class="command"><strong>cockpit-bridge</strong></span> program is used by Cockpit to
relay messages and commands from the Web front end to the server. Among
other things it relays DBus, and spawns processes on behalf of the
Web user interface.</p>
<p>This program is not routinely run by users or administrators. It
is in the <code class="code">$PATH</code> so that Cockpit can find it when connecting
between hosts. However there are some diagnostics available when running
from the command line.</p>
</div>
<div class="refsect1">
<a name="cockpit-bridge-options"></a><h2>OPTIONS</h2>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="option">--help</code></span></p></td>
<td><p>
Show help options.
</p></td>
</tr>
<tr>
<td><p><span class="term"><code class="option">--interact=boundary</code></span></p></td>
<td><p>Interact with the raw cockpit1 protocol. Useful for debugging and testing.
Specify a <code class="option">boundary</code> which should be on an empty line between
messages.</p></td>
</tr>
<tr>
<td><p><span class="term"><code class="option">--packages</code></span></p></td>
<td><p>List all available Cockpit packages and exit. Note this includes packages
available to the user running this command.</p></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="cockpit-bridge-bugs"></a><h2>BUGS</h2>
<p>
Please send bug reports to either the distribution bug tracker or the
<a class="ulink" href="https://github.com/cockpit-project/cockpit/issues/new" target="_top">upstream bug tracker</a>.
</p>
</div>
<div class="refsect1">
<a name="cockpit-bridge-author"></a><h2>AUTHOR</h2>
<p>Cockpit has been written by many
<a class="ulink" href="https://github.com/cockpit-project/cockpit/" target="_top">contributors</a>.</p>
</div>
<div class="refsect1">
<a name="cockpit-bridge-also"></a><h2>SEE ALSO</h2>
<p>
<span class="citerefentry"><span class="refentrytitle">cockpit-ws</span>(8)</span>
</p>
</div>
</div>
<div class="footer"><hr></div>
</body>
</html>
|