From unknown Thu Jun 12 19:27:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#28822: openssh-service: support =?UTF-8?Q?=E2=80=9CMatch=E2=80=9D?= blocks Resent-From: Ricardo Wurmus Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 13 Oct 2017 21:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 28822 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 28822@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.150792842318050 (code B ref -1); Fri, 13 Oct 2017 21:01:01 +0000 Received: (at submit) by debbugs.gnu.org; 13 Oct 2017 21:00:23 +0000 Received: from localhost ([127.0.0.1]:38482 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e374B-0004h4-5U for submit@debbugs.gnu.org; Fri, 13 Oct 2017 17:00:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34073) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e3749-0004gm-A9 for submit@debbugs.gnu.org; Fri, 13 Oct 2017 17:00:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e3743-0001ZP-GT for submit@debbugs.gnu.org; Fri, 13 Oct 2017 17:00:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39590) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e3743-0001Z9-33 for submit@debbugs.gnu.org; Fri, 13 Oct 2017 17:00:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3741-0001yM-V2 for bug-guix@gnu.org; Fri, 13 Oct 2017 17:00:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e373x-0001Uc-Sa for bug-guix@gnu.org; Fri, 13 Oct 2017 17:00:13 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21045) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e373x-0001Sl-Lg for bug-guix@gnu.org; Fri, 13 Oct 2017 17:00:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1507928385; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=541; bh=armJl0EWaSOx2JtBPNsU+DjUBMxNCG7MGCJW7mKQqKs=; b=daK5L8O2vd8aaq2RuNTDxqJEFJCTSR1IkHfOtbdjg1zVIyIVFx7+tp2/MGrlklP7 8KOt6g1Q81yU/CkEr4VGFOCqFiEzx27Z5TdswWFG/rBc9stFNlbwHWuAJrXOrzu2DSO lp8iEYSoO5sWfnMsOkbCEdqB0rLCaPbH5y/ZrMtI= Received: from localhost (port-92-200-64-181.dynamic.qsc.de [92.200.64.181]) by mx.zohomail.com with SMTPS id 1507928385785719.3109532783286; Fri, 13 Oct 2017 13:59:45 -0700 (PDT) User-agent: mu4e 0.9.18; emacs 25.3.1 From: Ricardo Wurmus X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Fri, 13 Oct 2017 22:59:43 +0200 Message-ID: <8760biu5kw.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) It can be useful to specify different SSH server rules based on the origin of the connection. This can be accomplished with “Match” blocks in the SSH server configuration, e.g.: --8<---------------cut here---------------start------------->8--- Match Address "192.168.0.1,192.168.1.20" PermitRootLogin yes --8<---------------cut here---------------end--------------->8--- Currently, this is not supported by the openssh-configuration. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 13 17:05:35 2017 Received: (at control) by debbugs.gnu.org; 13 Oct 2017 21:05:35 +0000 Received: from localhost ([127.0.0.1]:38498 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e379D-0004qG-M5 for submit@debbugs.gnu.org; Fri, 13 Oct 2017 17:05:35 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e379C-0004q6-Db for control@debbugs.gnu.org; Fri, 13 Oct 2017 17:05:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1507928722; s=zoho; d=elephly.net; i=rekado@elephly.net; h=Date:To:From:Subject; l=25; bh=ED1DORQKehNFo2MW9/U21o7j7ypdnrVzDxa04/WVoFA=; b=Bd3hqlWBqnNPYTn2zKcQD8Fh5qKyFZXUeVAotOocm/ZXC5OUNDt0cNhB+7tYpDAT qno6Jz/fsRcGy5a8ya+fxHeim7hqCOxJibpmM/rxjuYjKV9UB6D/+d9cAHnWHZVZvOi HCusxWP53vCbcT2tYCwRyycMvoLrHzoAG8LdUfu8= Received: from localhost (port-92-200-64-181.dynamic.qsc.de [92.200.64.181]) by mx.zohomail.com with SMTPS id 1507928722579851.4775408902897; Fri, 13 Oct 2017 14:05:22 -0700 (PDT) Date: Fri, 13 Oct 2017 23:05:19 +0200 To: control@debbugs.gnu.org From: Ricardo Wurmus Subject: control message for bug #28822 X-ZohoMailClient: External X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" Message-Id: X-Spam-Score: -0.0 (/) severity 28822 wishlist