From 81d437fe3efca99b0d1a29b2a1a3e486e91716c1 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Wed, 20 Aug 2025 21:40:39 -0400 Subject: [PATCH] fix --- etc/ssh/sshd_config.d/30_security-misc.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/etc/ssh/sshd_config.d/30_security-misc.conf b/etc/ssh/sshd_config.d/30_security-misc.conf index 93f93e4..45496fd 100644 --- a/etc/ssh/sshd_config.d/30_security-misc.conf +++ b/etc/ssh/sshd_config.d/30_security-misc.conf @@ -8,10 +8,6 @@ ## See also: ## https://www.kicksecure.com/wiki/SSH#Server_Configuration_File -## This is okay because of strict firewall. For an onion-only server, listen -## on 127.0.0.1. -ListenAddress 0.0.0.0 - ## Number of allowed login attempts per connection. MaxAuthTries 3