Skip to content

Commit 10108ae

Browse files
author
GitHub Workflow
committed
Update guide to version 329
1 parent 31a6e5b commit 10108ae

File tree

6 files changed

+96
-5
lines changed

6 files changed

+96
-5
lines changed

guide/latest/authentication.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
1010
<link rel="home" href="index.html" title="Cockpit Guide">
1111
<link rel="up" href="guide.html" title="Part I. Deployment Guide">
12-
<link rel="prev" href="startup.html" title="Start up">
12+
<link rel="prev" href="multi-host.html" title="Managing multiple hosts at the same time">
1313
<link rel="next" href="sso.html" title="Single Sign On">
1414
<link rel="stylesheet" href="style.css" type="text/css">
1515
</head>
1616
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1717
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
18-
<td><a accesskey="p" href="startup.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18+
<td><a accesskey="p" href="multi-host.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
1919
<td><a accesskey="u" href="guide.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
2020
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
2121
<th width="100%" align="center">Cockpit Guide</th>

guide/latest/cockpit.conf.5.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,16 @@ <h2><span class="refentrytitle">cockpit.conf</span></h2>
252252
<p>When not specified, there is no idle timeout by default.</p>
253253
</td>
254254
</tr>
255+
<tr>
256+
<td><p><span class="term"><code class="option">WarnBeforeConnecting</code></span></p></td>
257+
<td>
258+
<p>Whether to warn before connecting to remote hosts from the Shell. Defaults to true.</p>
259+
<div class="informalexample"><pre class="programlisting">
260+
[Session]
261+
WarnBeforeConnecting=false
262+
</pre></div>
263+
</td>
264+
</tr>
255265
</tbody>
256266
</table></div>
257267
</div>

guide/latest/guide.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
<dt><span class="section"><a href="startup.html#startup-shutdown">Process exit</a></span></dt>
6262
<dt><span class="section"><a href="startup.html#startup-boot">Boot start up</a></span></dt>
6363
</dl></dd>
64+
<dt><span class="chapter"><a href="multi-host.html">
65+
Managing multiple hosts at the same time
66+
</a></span></dt>
6467
<dt><span class="chapter"><a href="authentication.html">Cockpit Authentication</a></span></dt>
6568
<dd><dl>
6669
<dt><span class="section"><a href="authentication.html#initial-auth">Directly logging into the primary server</a></span></dt>

guide/latest/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="titlepage">
1717
<div>
1818
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Cockpit Guide</p></th></tr></table></div>
19-
<div><p class="releaseinfo">Documentation for Cockpit 328
19+
<div><p class="releaseinfo">Documentation for Cockpit 329
2020
--
2121
latest version available at:
2222
<a class="ulink" href="https://cockpit-project.org/guide/latest" target="_top">https://cockpit-project.org/guide/latest/</a></p></div>
@@ -60,6 +60,9 @@
6060
<dt><span class="section"><a href="startup.html#startup-shutdown">Process exit</a></span></dt>
6161
<dt><span class="section"><a href="startup.html#startup-boot">Boot start up</a></span></dt>
6262
</dl></dd>
63+
<dt><span class="chapter"><a href="multi-host.html">
64+
Managing multiple hosts at the same time
65+
</a></span></dt>
6366
<dt><span class="chapter"><a href="authentication.html">Cockpit Authentication</a></span></dt>
6467
<dd><dl>
6568
<dt><span class="section"><a href="authentication.html#initial-auth">Directly logging into the primary server</a></span></dt>

guide/latest/multi-host.html

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
layout: guide
3+
---
4+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
5+
<html>
6+
<head>
7+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8+
<title>Managing multiple hosts at the same time</title>
9+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
10+
<link rel="home" href="index.html" title="Cockpit Guide">
11+
<link rel="up" href="guide.html" title="Part I. Deployment Guide">
12+
<link rel="prev" href="startup.html" title="Start up">
13+
<link rel="next" href="authentication.html" title="Cockpit Authentication">
14+
<link rel="stylesheet" href="style.css" type="text/css">
15+
</head>
16+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
17+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
18+
<td><a accesskey="p" href="startup.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
19+
<td><a accesskey="u" href="guide.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
20+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
21+
<th width="100%" align="center">Cockpit Guide</th>
22+
<td><a accesskey="n" href="authentication.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
23+
</tr></table>
24+
<div class="chapter">
25+
<div class="titlepage"><div><div><h2 class="title">
26+
<a name="multi-host"></a>
27+
Managing multiple hosts at the same time
28+
</h2></div></div></div>
29+
<p>
30+
Cockpit allows you to access multiple hosts in a single session,
31+
by establishing SSH connections to other hosts. This is quite
32+
similar to logging into these other hosts using the
33+
<span class="command"><strong>ssh</strong></span> command on the command line, with one very
34+
important difference:
35+
</p>
36+
<p>
37+
Code from the local host and all the remote hosts run at the same
38+
time, in the same browser context. They are not isolated from
39+
each other in the browser. All code effectively has the same
40+
privileges as the primary session on the local host.
41+
</p>
42+
<p>
43+
Thus, <span class="emphasis"><em>you should only only connect to remote hosts that
44+
you trust</em></span>. You must be sure that none of the hosts that
45+
you connect to will cause Cockpit to load malicious JavaScript
46+
code into your browser.
47+
</p>
48+
<p>
49+
Therefore, Cockpit will warn you before connecting to more than
50+
one host. It is also possible to disable multiple hosts entirely,
51+
and some operating systems do this already by default.
52+
</p>
53+
<p>
54+
You can prevent loading of JavaScript, HTML, etc from more than
55+
one host by adding this to <code class="filename">cockpit.conf</code>:
56+
</p>
57+
<pre class="programlisting">
58+
[WebService]
59+
AllowMultiHost=false
60+
</pre>
61+
<p>
62+
When you allow multiple hosts in a single Cockpit session by
63+
setting <code class="code">AllowMultiHost</code> to true, then the user will be
64+
warned once per session, before connecting to the second host. If
65+
that is still too much, you can switch the warning off completely
66+
by adding the following to <code class="filename">cockpit.conf</code>:
67+
</p>
68+
<pre class="programlisting">
69+
[Session]
70+
WarnBeforeConnecting=false
71+
</pre>
72+
</div>
73+
<div class="footer"><hr></div>
74+
</body>
75+
</html>

guide/latest/startup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="home" href="index.html" title="Cockpit Guide">
1111
<link rel="up" href="guide.html" title="Part I. Deployment Guide">
1212
<link rel="prev" href="listen.html" title="TCP Port and Address">
13-
<link rel="next" href="authentication.html" title="Cockpit Authentication">
13+
<link rel="next" href="multi-host.html" title="Managing multiple hosts at the same time">
1414
<link rel="stylesheet" href="style.css" type="text/css">
1515
</head>
1616
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
1919
<td><a accesskey="u" href="guide.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
2020
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
2121
<th width="100%" align="center">Cockpit Guide</th>
22-
<td><a accesskey="n" href="authentication.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22+
<td><a accesskey="n" href="multi-host.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
2323
</tr></table>
2424
<div class="chapter">
2525
<div class="titlepage"><div><div><h2 class="title">

0 commit comments

Comments
 (0)