From 58bcf1639e1656643e3470e25fbbea0a707355a9 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 13 May 2018 14:17:44 +0200 Subject: T631: Rewrite SSH configuration as XML interface definition --- templates/service/ssh/disable-password-authentication/node.def | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 templates/service/ssh/disable-password-authentication/node.def (limited to 'templates/service/ssh/disable-password-authentication/node.def') diff --git a/templates/service/ssh/disable-password-authentication/node.def b/templates/service/ssh/disable-password-authentication/node.def deleted file mode 100644 index 59abacfc..00000000 --- a/templates/service/ssh/disable-password-authentication/node.def +++ /dev/null @@ -1,5 +0,0 @@ -help: Don't allow unknown user to login with password - -update: sudo sed -i -e '/^PasswordAuthentication/s/yes/no/' /etc/ssh/sshd_config - -delete: sudo sed -i -e '/^PasswordAuthentication/s/no/yes/' /etc/ssh/sshd_config -- cgit v1.2.3