-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from alivx/update_v1.1.0
Update v1.1.0
- Loading branch information
Showing
10 changed files
with
1,221 additions
and
599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
theme: jekyll-theme-slate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ disable_hfsplus: yes | |
disable_udf: yes | ||
disable_fat: yes | ||
temp_dir_size: 1G | ||
disable_squashfs: no #Disabling squashfs will prevent the use of snap | ||
## 1.5.1 Ensure bootloader password is set (using grub): default is no | ||
set_bootloader_credentials: no | ||
### Update the default bootloader user and password | ||
|
@@ -65,12 +66,13 @@ remove_AvahiServer: yes | |
remove_CUPS: yes | ||
remove_DHCPServer: yes | ||
remove_LDAPserver: yes | ||
remove_NFS: yes | ||
remove_NFS: no | ||
remove_DNSServer: yes | ||
remove_FTPServer: yes | ||
remove_IMAPandPOP3server: yes | ||
remove_Samba: yes | ||
remove_HTTPProxyServer: yes | ||
HTTPProxyServer: squid | ||
remove_SNMPServer: yes | ||
remove_rsyncservice: yes | ||
remove_NISServer: yes | ||
|
@@ -84,8 +86,9 @@ remove_RPC: yes | |
|
||
# Section 3 Settings | ||
disable_wifi: no | ||
IPv6_is_enabled: yes | ||
IPv6_is_enabled: no | ||
enable_firewall: yes | ||
UFWEnable: yes # Running both ufw and the services included in the iptables-persistent package may lead to conflict | ||
## 3.5.1.6 Ensure firewall rules exist for all open ports | defined ports | ||
firewall_list_of_ports_to_allow: | ||
- { rule: "allow", port: "8080", proto: "tcp" } | ||
|
@@ -118,11 +121,13 @@ allowd_hosts: "ALL: 0.0.0.0/0.0.0.0, 192.168.2.0/255.255.255.0" | |
ssh_MACs: "[email protected],[email protected],hmac-sha2-512,hmac-sha2-256" | ||
## 5.2.14 Ensure only strong Key Exchange algorithms are used | ||
ssh_key_algorithms: "curve25519-sha256,[email protected],diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256" | ||
ssh_ciphers: [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr | ||
## 5.2.17 Ensure SSH access is limited | ||
allowed_users: ubuntu root #Put None or list of users space between each user | ||
allowed_groups: None | ||
deny_users: None | ||
deny_groups: None | ||
max_auth_tries: 4 | ||
## 5.2.21 Ensure SSH MaxStartups is configured | ||
ssh_max_startups: "10:30:100" | ||
## 5.2.22 Ensure SSH MaxSessions is limited | ||
|
Oops, something went wrong.