Skip to content

Commit

Permalink
Update ssh.sh add more keys for debugging mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ashraffouda authored Sep 11, 2024
1 parent 4c6e413 commit 2299602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/ssh/ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mkdir -m 700 -p "${ROOTDIR}/root/.ssh"
rm -f "${ROOTDIR}/root/.ssh/authorized_keys"

if [ "${BUILDMODE}" == "debug" ]; then
for user in muhamadazmy delandtj maxux LeeSmet coesensbert; do
for user in muhamadazmy delandtj maxux LeeSmet coesensbert ashraffouda atefnazmy; do
echo "[+] authorizing ssh key: ${user}"

key=$(curl -s https://github.com/${user}.keys | tail -1)
Expand Down

0 comments on commit 2299602

Please sign in to comment.