all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#28822: openssh-service: support “Match” blocks
@ 2017-10-13 20:59 Ricardo Wurmus
  0 siblings, 0 replies; only message in thread
From: Ricardo Wurmus @ 2017-10-13 20:59 UTC (permalink / raw)
  To: 28822

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-13 21:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-13 20:59 bug#28822: openssh-service: support “Match” blocks Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.