Distributed build: Difference between revisions

m Simplify SSH connection table
m Fix indentation
Line 27: Line 27:
! SSH Connection Requirements
! SSH Connection Requirements
|-
|-
| '''Multi-user'''  || '''Multi-user''' || '''Local:''' {{ic|root}} user         ----SSH----> '''Remote''': ''any'' user '''(most frequent case)'''
| '''Multi-user'''  || '''Multi-user''' || '''Local:''' {{ic|root}} user ------------SSH----> '''Remote''': ''any'' user '''(most frequent case)'''
|-
|-
| Single-user || Multi-user || '''Local:''' ''Your'' single-user ----SSH----> '''Remote''': ''any'' user  
| Single-user || Multi-user || '''Local:''' ''Your'' single-user -----SSH----> '''Remote''': ''any'' user  
|-
|-
| 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]).
| 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 || '''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]).
| 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]).
|}
|}