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-host-validation/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-host-validation/node.def')
-rw-r--r-- | templates/service/ssh/disable-host-validation/node.def | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/service/ssh/disable-host-validation/node.def b/templates/service/ssh/disable-host-validation/node.def deleted file mode 100644 index fff28dbd..00000000 --- a/templates/service/ssh/disable-host-validation/node.def +++ /dev/null @@ -1,6 +0,0 @@ -help: Don't validate the remote host name with DNS - -update: sudo sed -i -e '/^UseDNS/s/yes/no/' /etc/ssh/sshd_config - -delete: sudo sed -i -e '/^UseDNS/s/no/yes/' /etc/ssh/sshd_config - |