diff --git a/install-sftp.sh b/install-sftp.sh index 5bc4358..5eefa39 100644 --- a/install-sftp.sh +++ b/install-sftp.sh @@ -6,4 +6,7 @@ sudo su 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 \ No newline at end of file +chmod 755 /var/www/webroot/ROOT + +#Restart SSH daemon +sudo systemctl restart sshd \ No newline at end of file