We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f96c1 commit aa3c797Copy full SHA for aa3c797
1 file changed
extensions/ssh/ssh.sh
@@ -5,7 +5,7 @@ mkdir -m 700 -p "${ROOTDIR}"/root/.ssh
5
rm -f "${ROOTDIR}"/root/.ssh/authorized_keys
6
7
if [ "${BUILDMODE}" = "debug" ]; then
8
- for user in muhamadazmy delandtj maxux LeeSmet coesensbert; do
+ for user in muhamadazmy delandtj maxux LeeSmet ; do
9
echo "[+] authorizing ssh key: $user"
10
wget https://github.com/${user}.keys -O- >> "${ROOTDIR}"/root/.ssh/authorized_keys
11
done
0 commit comments