added ssh restart
parent
693e8bc687
commit
0b1d1add19
|
@ -7,3 +7,6 @@ echo -e "\nMatch User user*\nPasswordAuthentication yes" >> /etc/ssh/sshd_config
|
|||
# Adjust permissions
|
||||
chown root:root /var/www/webroot/ROOT
|
||||
chmod 755 /var/www/webroot/ROOT
|
||||
|
||||
#Restart SSH daemon
|
||||
sudo systemctl restart sshd
|
Loading…
Reference in New Issue