diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-05-14 12:50:32 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-05-14 12:50:32 +0200 |
commit | 345ec6803b0bc0a859a90bf659fa3d3eeea3a2f8 (patch) | |
tree | 4e9cab939f0794b832d3bb105b5068bbb6d4890a /interface-definitions/ssh.xml | |
parent | 79d366eed45614f32fb8d44e0034b84cdef7f17f (diff) | |
download | vyos-1x-345ec6803b0bc0a859a90bf659fa3d3eeea3a2f8.tar.gz vyos-1x-345ec6803b0bc0a859a90bf659fa3d3eeea3a2f8.zip |
Some more valueless fixes.
Diffstat (limited to 'interface-definitions/ssh.xml')
-rw-r--r-- | interface-definitions/ssh.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/ssh.xml b/interface-definitions/ssh.xml index 889754849..ba5b887bc 100644 --- a/interface-definitions/ssh.xml +++ b/interface-definitions/ssh.xml @@ -55,11 +55,13 @@ <leafNode name="disable-host-validation"> <properties> <help>Don't validate the remote host name with DNS</help> + <valueless/> </properties> </leafNode> <leafNode name="disable-password-authentication"> <properties> <help>Don't allow unknown user to login with password</help> + <valueless/> </properties> </leafNode> <leafNode name="key-exchange"> |