diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-08-15 15:59:53 -0700 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2012-08-15 16:08:19 -0700 |
commit | 42eed1c587698fd9b05917e8f0cd38f3cdd68c0c (patch) | |
tree | adb5344c80088e04251f3ba861d6639feda336a7 /templates/service/ssh/protocol-version | |
parent | 007f39ecb4ac5b45a842af86780fe2db356c2b4c (diff) | |
download | vyatta-cfg-system-42eed1c587698fd9b05917e8f0cd38f3cdd68c0c.tar.gz vyatta-cfg-system-42eed1c587698fd9b05917e8f0cd38f3cdd68c0c.zip |
Remove support for ssh protocol version
Bug 6576
Diffstat (limited to 'templates/service/ssh/protocol-version')
-rw-r--r-- | templates/service/ssh/protocol-version/node.def | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/service/ssh/protocol-version/node.def b/templates/service/ssh/protocol-version/node.def deleted file mode 100644 index 6b52204d..00000000 --- a/templates/service/ssh/protocol-version/node.def +++ /dev/null @@ -1,10 +0,0 @@ -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 |