Distributed build: Difference between revisions
Malteneuss (talk | contribs) m Fix typo |
Malteneuss (talk | contribs) m Simplify SSH connection table |
||
| Line 27: | Line 27: | ||
! SSH Connection Requirements | ! SSH Connection Requirements | ||
|- | |- | ||
| '''Multi-user''' || '''Multi-user''' || '''Local''' | | '''Multi-user''' || '''Multi-user''' || '''Local:''' {{ic|root}} user ----SSH----> '''Remote''': ''any'' user '''(most frequent case)''' | ||
|- | |- | ||
| Single-user || Multi-user || '' | | Single-user || Multi-user || '''Local:''' ''Your'' single-user ----SSH----> '''Remote''': ''any'' user | ||
|- | |- | ||
| Multi-user || Single-user || '''Local''' | | Multi-user || Single-user || '''Local:''' {{ic|root}} user ----SSH----> '''Remote''': ''your'' single-user for which Nix is installed with their UID (see [https://nixos.org/manual/nix/stable/installation/single-user.html Nix manual page]). | ||
|- | |- | ||
| Single-user || | | Single-user || Single-user || '''Local:''' ''Your'' single-user ----SSH----> '''Remote''': ''your single-user'' each of which Nix is installed for with their UID (see [https://nixos.org/manual/nix/stable/installation/single-user.html Nix manual page]). | ||
|} | |} | ||