-
Notifications
You must be signed in to change notification settings - Fork 168
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
Request for temporary access to Raspberry Pi's #2598
Comments
@nodejs/build-infra |
+1 |
@richardlau could you help me with that? |
We access the Pi's through a jump host, Line 24 in 371bb76
@rvagg since @targos doesn't have access to secrets/the nodejs test key (the {{ ansible_ssh_private_key_file }} ) would I need to add his key to the jump host itself as well as the Pi?
|
Oh, @targos doesn't have node_build_test? Then yes, adding his key into both the jump ~jump account authorized_keys as well as the Pi will be necessary. Or just give him node_build_test and call it part of the "build helper" program, which shouldn't be a big deal since he's a TSC member already and well within the basic "circle of trust" (I'm surprised he doesn't have it already!). |
From my ssh config:
You should be able to log into one of the two Pi's like this (replacing
Once in you'll need to |
Thanks @richardlau. |
@targos Looks like I've added your key to
|
Actually, I think I was just looking at the wrong template. |
Here's what I ended up with: #2606 |
Can we close this issue or do we need to cleanup permissions first? |
We normally keep these open until the cleanup (i.e. removal of keys from the test hosts) has been done. I've gone through the hosts and the only one your keys were still on was the jump host -- I've now removed your keys from that. For the other hosts I'm guessing the work done in #2661 to reprovision the Pi 3's reset things to a clean state. |
In order to help with updating the Dockerfile used by the RPi's to run tests, I would like to request access to one of the Pi 3's.
Refs: #2507 (comment)
The text was updated successfully, but these errors were encountered: