Skip to content

Commit 6cf064e

Browse files
committed
[Docs]: Mention SSH fleet networking requirements
1 parent 10ed8e7 commit 6cf064e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/docs/concepts/fleets.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@ Define a fleet configuration as a YAML file in your project directory. The file
275275

276276
3. The user specified should have passwordless `sudo` access.
277277

278+
4. The SSH server should be running and configured with `AllowTcpForwarding yes` in `/etc/ssh/sshd_config`.
279+
280+
5. The firewall should allow SSH and forbid any other connections from external networks.
281+
278282
To create or update the fleet, pass the fleet configuration to [`dstack apply`](../reference/cli/dstack/apply.md):
279283

280284
<div class="termy">
@@ -331,10 +335,10 @@ divided into, allowing multiple jobs to use these blocks concurrently.
331335
hosts:
332336
- hostname: 3.255.177.51
333337
blocks: 4
334-
- hostaname: 3.255.177.52
338+
- hostname: 3.255.177.52
335339
# As many as possible, according to numbers of GPUs and CPUs
336340
blocks: auto
337-
- hostaname: 3.255.177.53
341+
- hostname: 3.255.177.53
338342
# Do not sclice. This is the default value, may be omitted
339343
blocks: 1
340344
```

0 commit comments

Comments
 (0)