summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2023-10-23 22:17:39 -0700
committerxyz <gky44px1999@gmail.com>2023-10-23 22:17:39 -0700
commitef9423f9c668738ff6d566780143210815783a31 (patch)
tree62890d6aee537cbeaea7e9fa8ae2899711bd9bbd /etc
parent4b0715507b20a1c1b96aa90c4e91689d7bb7c0cd (diff)
temp edit
Diffstat (limited to 'etc')
-rw-r--r--etc/nftables.conf2
-rw-r--r--etc/ssh/sshd_config2
-rw-r--r--etc/sudoers4
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