Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the new Tails Persistent Storage copy option where applicable #492

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Aug 17, 2023

  1. eliminate a round trip between existing and new Admin Workstations du…

    …ring onboarding
    
    By using ssh-add before ssh-copy-id on the new Admin Workstation 2
    (AW2), all steps once Tails is installed on AW2 can take place on AW2
    with the existing Admin Workstation 1 (AW1) unlocked, rather than
    running some steps on AW2 with AW1 unlocked and some steps on AW1 with
    AW2 unlocked.
    
    This adds a couple of shell commands (a possible source of error) but
    removes 5 steps and some shuffling of thumb drives (a different possible
    source of error).
    
    Assumptions:
    * If we trust AW2 to have AW1 unlocked, then we trust AW2 to load AW1's
      SSH private key into memory and use it to connect to the Application
      and Monitor Servers, in order to upload AW2's own SSH public key.
    * In other words, each Admin Workstation has its own keypair to allow
      revocation of individual keys, not because a given Admin Workstation
      or its owner cannot be trusted to have access to another Admin
      Workstation's full keypair (in a procedure in which, in fact, they *do*
      have such access).
    cfm committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    711838d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    972069b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae52eb View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    f7b6b1b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    c18076b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18edb46 View commit details
    Browse the repository at this point in the history