bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28822: openssh-service: support “Match” blocks


From: Ricardo Wurmus
Subject: bug#28822: openssh-service: support “Match” blocks
Date: Fri, 13 Oct 2017 22:59:43 +0200
User-agent: mu4e 0.9.18; emacs 25.3.1

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]