leocheang422 / win-sshfs

Automatically exported from code.google.com/p/win-sshfs
0 stars 0 forks source link

proftpd mod_sftp mount not working #68

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Input Host, Port and Username
2. Choose either PrivateKey or Password and provide Information
3. Press Mount

What is the expected output? What do you see instead?
With openssh as the Server, the share should be mounted.
With proftpd and the mod_sftp as SFTP server software, i get the error "Session 
operation has timed out"

What version of the product are you using?

win-sshfs: 0.0.1.5
Client OS: Windows 7 x64
Server OS: Ubuntu 12.04
Ssh server: ProFTPD Version 1.3.4a, mod_sftp/0.9.8

proftpd log:
Feb 22 16:07:30 mod_sftp/0.9.8[23819]: received client version 
'SSH-2.0-Renci.SshNet.SshClient.0.0.1'
Feb 22 16:07:30 mod_sftp/0.9.8[23819]: handling connection from SSH2 client 
'Renci.SshNet.SshClient.0.0.1'
Feb 22 16:08:00 mod_sftp/0.9.8[23819]: client sent SSH_DISCONNECT message: 
Operation timeout (Application error)

Original issue reported on code.google.com by ThDietri...@gmail.com on 22 Feb 2013 at 3:04