|
|
@@ -54,6 +54,8 @@ users+=($user)
|
|
|
users=$(IFS=',';echo "${users[*]// /|}";IFS=$' \t\n')
|
|
|
sed -i "s/$ssh_users/$users/g" /etc/ssh/sshd_config
|
|
|
|
|
|
+# Set home folder permission to root
|
|
|
+chown root:root /home/$user
|
|
|
|
|
|
#----------------------------------------------------------#
|
|
|
# Hestia #
|