Skip to content

Commit 729e239

Browse files
resmoyadvr
authored andcommitted
systemvm: correct sftp subsystem path of debian wheezy
This closes #104 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> (cherry picked from commit 47de4a1) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent f3f47f2 commit 729e239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

systemvm/patches/debian/config/etc/ssh/sshd_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ MaxSessions 1000
121121
#Banner /some/path
122122

123123
# override default of no subsystems
124-
Subsystem sftp /usr/libexec/openssh/sftp-server
124+
Subsystem sftp /usr/lib/openssh/sftp-server
125125

126126
# Example of overriding settings on a per-user basis
127127
#Match User anoncvs

0 commit comments

Comments
 (0)