diff options
| author | Christian Poessinger <christian@poessinger.com> | 2018-05-13 14:17:44 +0200 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2018-05-13 14:17:44 +0200 |
| commit | 58bcf1639e1656643e3470e25fbbea0a707355a9 (patch) | |
| tree | d5c2e25240f3825b5a1d9aed0d22258be7efdcc4 /templates/service/ssh/disable-password-authentication/node.def | |
| parent | 9f5c33ea3fb6101c7ce49abe3762d4d497c37ce9 (diff) | |
| download | vyatta-cfg-system-58bcf1639e1656643e3470e25fbbea0a707355a9.tar.gz vyatta-cfg-system-58bcf1639e1656643e3470e25fbbea0a707355a9.zip | |
T631: Rewrite SSH configuration as XML interface definition
Diffstat (limited to 'templates/service/ssh/disable-password-authentication/node.def')
| -rw-r--r-- | templates/service/ssh/disable-password-authentication/node.def | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
