From 739cea8e488141d6285c1385ff864e18df22514f Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 17 May 2018 18:15:13 +0200 Subject: [sshd] only allow root per ssh regular users shouldn't be able to connect via ssh to prevent remote usage of any number of clients --- core/modules/sshd/data/etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/sshd/data/etc/ssh/sshd_config') diff --git a/core/modules/sshd/data/etc/ssh/sshd_config b/core/modules/sshd/data/etc/ssh/sshd_config index 3b7d65a6..05abc551 100644 --- a/core/modules/sshd/data/etc/ssh/sshd_config +++ b/core/modules/sshd/data/etc/ssh/sshd_config @@ -87,6 +87,6 @@ Subsystem sftp /usr/lib/openssh/sftp-server UsePAM yes # OpenSLX -DenyUsers demo +AllowUsers root UseDNS no -- cgit v1.2.3-55-g7522