systemvm: correct sftp subsystem path of debian wheezy#104
Conversation
|
Confirmed location using 4.5 systemvms. LGTM, merging. |
|
@resmo May I know how you discovered this? |
|
@karuturi we use Ansible to manage the routers ad-hoc (config fixes, package updates, security fixes, etc). Ansible uses SFTP for file transfer per default (but it can be configured to use SCP as fallback). So we discovered this issue while debugging. I can not confirm SFTP works without this patch. This patch fixed the SFTP functionality for us. I see no reason why the SFTP subsystem should be removed. On the other hand, SFTP has less overhead then SCP (aka faster) and in a big environment of hundreds of routers, this is performance gain. So voting against removing the subsystem. |
|
@resmo Thanks for the explanation. |
This closes apache#104 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This closes apache#104 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Adds order column in zone/template/offerings list view tables. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> Co-authored-by: Rohit Yadav <rohit@apache.org>
The sftp subsystem path is
/usr/lib/openssh/sftp-serveraccording https://packages.debian.org/wheezy/amd64/openssh-server/filelist and checked with plain wheezy install.