summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-05-14 11:17:40 +0200
committerChristian Poessinger <christian@poessinger.com>2018-05-14 11:30:22 +0200
commit0c42107faa0fb4fedccab6746bf90a0f02b86bc9 (patch)
treea2e1f8a1f6b6d4a33d924d772536671184bf7446 /interface-definitions
parentc5774b1dacb5c4bc67d2bf6f63ed92a296923220 (diff)
downloadvyos-1x-0c42107faa0fb4fedccab6746bf90a0f02b86bc9.tar.gz
vyos-1x-0c42107faa0fb4fedccab6746bf90a0f02b86bc9.zip
T632: allow multiple algoorithms for: Ciper, KEX, MACs
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/ssh.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/interface-definitions/ssh.xml b/interface-definitions/ssh.xml
index 7b16939c6..79dff0548 100644
--- a/interface-definitions/ssh.xml
+++ b/interface-definitions/ssh.xml
@@ -57,10 +57,11 @@
</leafNode>
<leafNode name="ciphers">
<properties>
- <help>Allowed ciphers</help>
+ <help>Specifies allowed Ciphers</help>
<completionHelp>
<script>ssh -Q cipher | tr '\n' ' '</script>
</completionHelp>
+ <multi/>
</properties>
</leafNode>
<leafNode name="disable-host-validation">
@@ -75,10 +76,11 @@
</leafNode>
<leafNode name="key-exchange">
<properties>
- <help>Key exchange algorithms</help>
+ <help>Specifies available KEX (Key Exchange) algorithms</help>
<completionHelp>
<script>ssh -Q kex | tr '\n' ' '</script>
</completionHelp>
+ <multi/>
</properties>
</leafNode>
<leafNode name="listen-address">
@@ -126,10 +128,11 @@
</leafNode>
<leafNode name="mac">
<properties>
- <help>Allowed message authentication algorithms</help>
+ <help>Specifies available MAC (message authentication code) algorithms</help>
<completionHelp>
<script>ssh -Q mac | tr '\n' ' '</script>
</completionHelp>
+ <multi/>
</properties>
</leafNode>
<leafNode name="port">