diff options
-rw-r--r-- | etc/nftables.conf | 2 | ||||
-rw-r--r-- | etc/ssh/sshd_config | 2 | ||||
-rw-r--r-- | etc/sudoers | 4 |
3 files changed, 3 insertions, 5 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index 76044dba..47605bfb 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -25,8 +25,6 @@ table inet my_table { #tcp dport searx accept tcp dport qrcp accept udp dport mdns accept - tcp dport mullvad-forward accept - udp dport mullvad-forward accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited counter comment "count any other traffic" diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index 0b641296..ad7e1f20 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -79,7 +79,7 @@ KbdInteractiveAuthentication no # If you just want the PAM account and session checks to run without # PAM authentication, then enable this but set PasswordAuthentication # and KbdInteractiveAuthentication to 'no'. -UsePAM no +UsePAM yes #AllowAgentForwarding yes #AllowTcpForwarding yes diff --git a/etc/sudoers b/etc/sudoers index b2c7d5a9..65cd7ca1 100644 --- a/etc/sudoers +++ b/etc/sudoers @@ -79,10 +79,10 @@ root ALL=(ALL:ALL) ALL ## Uncomment to allow members of group wheel to execute any command -# %wheel ALL=(ALL:ALL) ALL +%wheel ALL=(ALL:ALL) ALL ## Same thing without a password -%wheel ALL=(ALL:ALL) NOPASSWD: ALL +#%wheel ALL=(ALL:ALL) NOPASSWD: ALL ## Uncomment to allow members of group sudo to execute any command # %sudo ALL=(ALL:ALL) ALL |