Skip to content

Commit aa3c797

Browse files
authored
Update ssh.sh
removed bert
1 parent e0f96c1 commit aa3c797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ssh/ssh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mkdir -m 700 -p "${ROOTDIR}"/root/.ssh
55
rm -f "${ROOTDIR}"/root/.ssh/authorized_keys
66

77
if [ "${BUILDMODE}" = "debug" ]; then
8-
for user in muhamadazmy delandtj maxux LeeSmet coesensbert; do
8+
for user in muhamadazmy delandtj maxux LeeSmet ; do
99
echo "[+] authorizing ssh key: $user"
1010
wget https://github.com/${user}.keys -O- >> "${ROOTDIR}"/root/.ssh/authorized_keys
1111
done

0 commit comments

Comments
 (0)