We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41c3318 + 2299602 commit 7d2de62Copy full SHA for 7d2de62
1 file changed
extensions/ssh/ssh.sh
@@ -4,7 +4,7 @@ mkdir -m 700 -p "${ROOTDIR}/root/.ssh"
4
rm -f "${ROOTDIR}/root/.ssh/authorized_keys"
5
6
if [ "${BUILDMODE}" == "debug" ]; then
7
- for user in muhamadazmy delandtj maxux LeeSmet coesensbert; do
+ for user in muhamadazmy delandtj maxux LeeSmet coesensbert ashraffouda atefnazmy; do
8
echo "[+] authorizing ssh key: ${user}"
9
10
key=$(curl -s https://github.com/${user}.keys | tail -1)
0 commit comments