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:45:25 UTC

git commit: updated refs/heads/master to 47de4a1

Repository: cloudstack
Updated Branches:
  refs/heads/master 37b4d9c30 -> 47de4a12f


systemvm: correct sftp subsystem path of debian wheezy

This closes #104

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/47de4a12
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/47de4a12
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/47de4a12

Branch: refs/heads/master
Commit: 47de4a12f4440c959c22f4a6fdf51545565152f1
Parents: 37b4d9c
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:05 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/47de4a12/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