[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41517: Fix use of authorized_keys in setup-signing-machine



Title: GitLab

morgan pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 1679268e
    by Nicolas Vigier at 2025-09-01T16:35:11+02:00
    Bug 41517: Fix use of authorized_keys in setup-signing-machine
    
    Fixing a regression from ca3c988042b00424f53a0c9bb85ee4d2cc172282:
    all keys added to the setup account should be set with a single call to
    the `authorized_keys` function.
    

1 changed file:

Changes:

  • tools/signing/machines-setup/setup-signing-machine
    ... ... @@ -69,8 +69,7 @@ install_packages build-essential rsync unzip
    69 69
     install_packages sudo vim tmux gnupg
    
    70 70
     
    
    71 71
     create_user setup
    
    72
    -authorized_keys setup boklm-yk1.pub
    
    73
    -authorized_keys setup morgan.pub
    
    72
    +authorized_keys setup boklm-yk1.pub morgan.pub
    
    74 73
     mkdir -p /signing
    
    75 74
     chmod 0755 /signing
    
    76 75
     chown setup /signing
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx