You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/10 05:46:10 UTC

git commit: updated refs/heads/4.5 to 729e239

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 f3f47f25b -> 729e239a4


systemvm: correct sftp subsystem path of debian wheezy

This closes #104

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
(cherry picked from commit 47de4a12f4440c959c22f4a6fdf51545565152f1)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/729e239a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/729e239a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/729e239a

Branch: refs/heads/4.5
Commit: 729e239a471dc9910f550e7ce0c01e29fa920381
Parents: f3f47f2
Author: René Moser <ma...@renemoser.net>
Authored: Tue Mar 10 00:04:22 2015 +0100
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Tue Mar 10 10:15:54 2015 +0530

----------------------------------------------------------------------
 systemvm/patches/debian/config/etc/ssh/sshd_config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/729e239a/systemvm/patches/debian/config/etc/ssh/sshd_config
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/config/etc/ssh/sshd_config b/systemvm/patches/debian/config/etc/ssh/sshd_config
index 1bc29b7..6c64719 100644
--- a/systemvm/patches/debian/config/etc/ssh/sshd_config
+++ b/systemvm/patches/debian/config/etc/ssh/sshd_config
@@ -121,7 +121,7 @@ MaxSessions 1000
 #Banner /some/path
 
 # override default of no subsystems
-Subsystem	sftp	/usr/libexec/openssh/sftp-server
+Subsystem	sftp	/usr/lib/openssh/sftp-server
 
 # Example of overriding settings on a per-user basis
 #Match User anoncvs