Because it took me a while to figure out how to do it cleanly, here’s my solution for adding multiple users with multiple public SSH keys on a server, using Ansible: in login-vars.yml users: – login: “user1” pass_hash: “$6$G1Q……..” pubkeys: – “ssh-rsa AAAAB3N…..yBd1 user1@first-key” – “ssh-rsa AAAAB3N…..eWDp user1@second-key” -...
Continue reading...Sysadmin
HP Laserjet P3005: fuser disassembly and gear kit replacement
Here’s how to disassemble the fuser on an HP LaserJet P3005 printer, and replace the gear kit (which is a part that fails often, reference CB414-67923). First remove the sliding plastic part at the back of the printer, then remove these two screws : Then remove the big plastic...
Continue reading...