more hosts, keychain, small stuff
This commit is contained in:
@@ -9,6 +9,7 @@ create_user_from_shared_names_list () {
|
||||
my_pwd=${my_pwhash_pwd#*,}
|
||||
useradd -m ${my_username} -p "${my_pwhash}" -s /bin/bash
|
||||
# su - ${my_username} -c 'mkdir -p .ssh'
|
||||
su - ${my_username} -c "echo 'alias fireworks=\"fireworks.sh Fireworks\"' >> ~/.bash_aliases"
|
||||
echo "$my_pwd" > /home/${my_username}/PASSWORD
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user