diff options
author | Leon Messner <elon@zwelf.net> | 2015-10-25 15:59:00 +0100 |
---|---|---|
committer | Leon Messner <elon@zwelf.net> | 2015-10-25 15:59:00 +0100 |
commit | 6189aaa14c703d4694652c3ff9fcedbaf6601657 (patch) | |
tree | f474d91808359c0cb08c7a3d1e4182ce49c34ede /templates-cfg/system/config-management | |
parent | 9f77a2176dc5c9e51c6e3dd9f7d79d297eb755ff (diff) | |
download | vyatta-config-mgmt-6189aaa14c703d4694652c3ff9fcedbaf6601657.tar.gz vyatta-config-mgmt-6189aaa14c703d4694652c3ff9fcedbaf6601657.zip |
Bug 584 - Allow sftp as copy and commit-archive location destination.
Diffstat (limited to 'templates-cfg/system/config-management')
-rw-r--r-- | templates-cfg/system/config-management/commit-archive/location/node.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates-cfg/system/config-management/commit-archive/location/node.def b/templates-cfg/system/config-management/commit-archive/location/node.def index c58b3b1..0ee2c19 100644 --- a/templates-cfg/system/config-management/commit-archive/location/node.def +++ b/templates-cfg/system/config-management/commit-archive/location/node.def @@ -9,5 +9,6 @@ syntax:expression: exec "/opt/vyatta/sbin/vyatta-config-mgmt.pl \ val_help: <uri> ; Uniform Resource Identifier comp_help: "scp://<user>:<passwd>@<host>/<dir>" + "sftp://<user>:<passwd>@<host>/<dir>" "ftp://<user>:<passwd>@<host>/<dir>" "tftp://<host>/<dir>" |