tjibbevanderlaan / chromeos-filesystem-sftp

ChromeOS app to access SFTP server
https://chrome.google.com/webstore/detail/shared-network-folder-sft/gbheifiifcfekkamhepkeogobihicgmn
BSD 3-Clause "New" or "Revised" License
82 stars 21 forks source link

Unable to init SFTP session -21 11 #72

Closed 011010101101 closed 9 years ago

011010101101 commented 9 years ago

Thank you for chromeos-filesystem-sftp, it is very nice!

When I press "MOUNT", and then "ACCEPT", error is: Unable to init SFTP session -21 11

011010101101 commented 9 years ago

Found the issue: missing line in sshd_config for "Subsystem sftp".

klarsen73 commented 9 years ago

Hi, Could you elaborate on what you did to make it work? I am getting the same error.

Thanks:)

011010101101 commented 9 years ago

I added the following line to the sshd_config file on the server:

Subsystem sftp /libexec/sftp-server

You probably have to adjust it to the actual path of the sftp-server binary on your system.