File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
278282To 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 ` ` `
You can’t perform that action at this time.
0 commit comments