From 01332eb643fbfcf2d327eb0d99a0373ed877221a Mon Sep 17 00:00:00 2001 From: coesensbert Date: Mon, 6 Nov 2023 09:59:37 +0100 Subject: [PATCH] removed Dylan --- add-tf-users.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/add-tf-users.sh b/add-tf-users.sh index b3e7b3a..4df3d37 100644 --- a/add-tf-users.sh +++ b/add-tf-users.sh @@ -10,11 +10,6 @@ mkdir /home/lee/.ssh wget -qO- https://github.com/LeeSmet.keys >> /home/lee/.ssh/authorized_keys chown -R lee:lee /home/lee/.ssh -useradd -m -Gsudo -s /usr/bin/zsh -p '$6$w6py6llD3P4FgJR4$EzDQ9yIrpNDskKLAPUQrsBqVnDeBbVaeOzRyJp2R8k7L8IC7SjZEXFYyhxywS7J9r5uw/tB1korefeEbJjUS31' -c "Dylan Verstraete" verstrad -mkdir /home/verstrad/.ssh -wget -qO- https://github.com/dylanVerstraete.keys >> /home/verstrad/.ssh/authorized_keys -chown -R verstrad:verstrad /home/verstrad/.ssh - useradd -Gsudo -m -s /usr/bin/zsh -p '$6$w6py6llD3P4FgJR4$EzDQ9yIrpNDskKLAPUQrsBqVnDeBbVaeOzRyJp2R8k7L8IC7SjZEXFYyhxywS7J9r5uw/tB1korefeEbJjUS31' -c "Muhamad Azmy." muhamada mkdir /home/muhamada/.ssh wget -qO- https://github.com/muhamadazmy.keys >> /home/muhamada/.ssh/authorized_keys