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:

- tools/signing/machines-setup/setup-signing-machine


Changes:

=====================================
tools/signing/machines-setup/setup-signing-machine
=====================================
@@ -69,8 +69,7 @@ install_packages build-essential rsync unzip
 install_packages sudo vim tmux gnupg
 
 create_user setup
-authorized_keys setup boklm-yk1.pub
-authorized_keys setup morgan.pub
+authorized_keys setup boklm-yk1.pub morgan.pub
 mkdir -p /signing
 chmod 0755 /signing
 chown setup /signing



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/1679268e91eb8c9684552db6b7dfe968c5d7c927

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/1679268e91eb8c9684552db6b7dfe968c5d7c927
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to