mirror of https://github.com/apache/cloudstack.git
systemvm: correct sftp subsystem path of debian wheezy
This closes #104 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
37b4d9c308
commit
47de4a12f4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue