mirror of
https://github.com/buildplan/du_setup.git
synced 2025-12-29 16:14:59 +00:00
Reorder SSH configuration in setup script
Configure firewall before ssh configuration - this avoids the issue if a provider (Vultr) has firewall enabled by default.
This commit is contained in:
@@ -3498,9 +3498,9 @@ main() {
|
|||||||
install_packages
|
install_packages
|
||||||
setup_user
|
setup_user
|
||||||
configure_system
|
configure_system
|
||||||
configure_ssh
|
|
||||||
configure_firewall
|
configure_firewall
|
||||||
configure_fail2ban
|
configure_fail2ban
|
||||||
|
configure_ssh
|
||||||
configure_auto_updates
|
configure_auto_updates
|
||||||
configure_time_sync
|
configure_time_sync
|
||||||
configure_kernel_hardening
|
configure_kernel_hardening
|
||||||
|
|||||||
Reference in New Issue
Block a user