Browse Source

fixed download key

master
Coesens Bert 2 years ago
parent
commit
3a867c05eb
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      add-tf-users.sh

+ 5
- 5
add-tf-users.sh View File

@@ -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

Loading…
Cancel
Save