summaryrefslogtreecommitdiff
path: root/templates/service/ssh/protocol-version/node.def
blob: 6b52204d584213eb54f7cb2b53f4a28aa52e0eb3 (plain)
1
2
3
4
5
6
7
8
9
10
type:  txt 
allowed: echo "v1 v2 all"
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