diff --git a/add-tf-users.sh b/add-tf-users.sh index 63d596c..861ed38 100644 --- a/add-tf-users.sh +++ b/add-tf-users.sh @@ -12,25 +12,25 @@ chown -R lee:lee /home/lee/.ssh useradd -m -Gsudo -s /usr/bin/zsh -c "Dylan Verstraete" verstrad mkdir /home/verstrad/.ssh -wget -qO- https://github.com/dylanVerstraete.keys >> .ssh/authorized_keys +wget -qO- https://github.com/dylanVerstraete.keys >> /home/verstrad/.ssh/authorized_keys chown -R verstrad:verstrad /home/verstrad/.ssh useradd -m -Gsudo -c "Coesens Bert" -s /bin/bash coesensb mkdir /home/coesensb/.ssh -wget -qO- github.com/coesensbert.keys >> .ssh/authorized_keys +wget -qO- github.com/coesensbert.keys >> /home/coesensb/.ssh/authorized_keys chown -R coesensb:coesensb /home/coesensb/.ssh useradd -m -Gsudo -c "Peter Nashaat" -s /bin/bash nashaatp mkdir /home/nashaatp/.ssh -wget -qO- https://github.com/PeterNashaat.keys >> .ssh/authorized_keys +wget -qO- https://github.com/PeterNashaat.keys >> /home/nashaatp/.ssh/authorized_keys chown -R nashaatp:nashaatp /home/nashaatp/.ssh useradd -m -Gsudo -c "Ramez Saeed" -s /bin/bash saeedr mkdir /home/saeedr/.ssh -wget -qO- https://github.com/ramezsaeed.keys >> .ssh/authorized_keys +wget -qO- https://github.com/ramezsaeed.keys >> /home/saeedr/.ssh/authorized_keys chown -R saeedr:saeedr /home/saeedr/.ssh useradd -m -Gsudo -c "Samir Hossny" -s /bin/bash hossnys mkdir /home/hossnys/.ssh -wget -qO- https://github.com/hossnys.keys >> .ssh/authorized_keys +wget -qO- https://github.com/hossnys.keys >> /home/hossnys/.ssh/authorized_keys chown -R hossnys:hossnys /home/hossnys/.ssh