From 5a67b5f11976a24d4c4fe40b91ff4fc0f55a0429 Mon Sep 17 00:00:00 2001 From: Leon Messner Date: Sun, 25 Oct 2015 15:57:59 +0100 Subject: Bug 584 - Allow sftp as copy and commit-archive location destination. --- etc/bash_completion.d/vyatta-cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index 0e4b7f8..e6c1842 100755 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -195,6 +195,7 @@ vyatta_loadsave_complete() echo -e " \t\t\t\tLoad from system config file" echo -e " \t\t\t\tLoad from file on local machine" echo -e " scp://:@/\tLoad from file on remote machine" + echo -e " sftp://:@/\tLoad from file on remote machine" echo -e " ftp://:@/\tLoad from file on remote machine" echo -e " http:///\t\t\tLoad from file on remote machine" echo -e " tftp:///\t\t\tLoad from file on remote machine" @@ -202,6 +203,7 @@ vyatta_loadsave_complete() echo -e " \t\t\t\tMerge from system config file" echo -e " \t\t\t\tMerge from file on local machine" echo -e " scp://:@/\tMerge from file on remote machine" + echo -e " sftp://:@/\tMerge from file on remote machine" echo -e " ftp://:@/\tMerge from file on remote machine" echo -e " http:///\t\t\tMerge from file on remote machine" echo -e " tftp:///\t\t\tMerge from file on remote machine" @@ -209,6 +211,7 @@ vyatta_loadsave_complete() echo -e " \t\t\t\tSave to system config file" echo -e " \t\t\t\tSave to file on local machine" echo -e " scp://:@/\tSave to file on remote machine" + echo -e " sftp://:@/\tSave to file on remote machine" echo -e " ftp://:@/\tSave to file on remote machine" echo -e " tftp:///\t\t\tSave to file on remote machine" fi @@ -258,6 +261,7 @@ vyatta_loadkey_complete() echo "Possible completions:" echo -e " \t\t\t\tLoad from file on local machine" echo -e " scp://@/\tLoad from file on remote machine" + echo -e " sftp://@/\tLoad from file on remote machine" echo -e " ftp://@/\tLoad from file on remote machine" echo -e " http:///\t\t\tLoad from file on remote machine" echo -e " tftp:///\t\t\tLoad from file on remote machine" -- cgit v1.2.3