dotwryn/config/system/ssh/sshd_config.d/10-only-allow-password-on-local-network.conf

6 lines
92 B
Plaintext
Raw Normal View History

2024-08-14 19:07:00 -06:00
PasswordAuthentication no
Match Address 192.168.68.*
PasswordAuthentication yes
Match All