[debian-edu-commits] debian-edu/ 02/06: Add new Cfengine configuration file cf3/cf.sshd to allow ssh with Kerberos.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Mon May 28 23:29:56 BST 2018


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-config.

commit 14d84fbb157196e2b3ce16cfedbabfbea915140c
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Mon May 28 23:31:48 2018 +0200

    Add new Cfengine configuration file cf3/cf.sshd to allow ssh with Kerberos.
---
 cf3/cf.sshd | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/cf3/cf.sshd b/cf3/cf.sshd
new file mode 100644
index 0000000..eff0743
--- /dev/null
+++ b/cf3/cf.sshd
@@ -0,0 +1,20 @@
+bundle agent sshd
+{
+# Enable GSSAPIAuthentication (Kerberos).
+
+files:
+
+  debian.!standalone.installation::
+
+    "/etc/ssh/sshd_config"
+      edit_line => sshd_conf;
+}
+
+bundle edit_line sshd_conf
+{
+
+replace_patterns:
+
+  "#GSSAPIAuthentication no" replace_with => value("GSSAPIAuthentication yes");
+}
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list