summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/service/ssh/protocol-version/node.def8
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/service/ssh/protocol-version/node.def b/templates/service/ssh/protocol-version/node.def
index cc1dbd87..6b52204d 100644
--- a/templates/service/ssh/protocol-version/node.def
+++ b/templates/service/ssh/protocol-version/node.def
@@ -1,4 +1,10 @@
type: txt
allowed: echo "v1 v2 all"
default: "v2"
-help: SSH version (default: v2)
+syntax:expression: $VAR(@) in "v1", "v2", "all" ;
+ "Invalid SSH protocol version"
+
+help: SSH protocol version
+val_help: v1; Protocol version 1 (UNSECURE DO NOT USE)
+val_help: v2; Protocol version 2 (default)
+val_help: all; Both version 1 and version 2 supported