-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I am a recent convert from MacFuse/ MacFusion.app to Fuse4x/sshfs. I have an SFTP server which used to mount just fine with the old regime, and it worked (usually) just fine with rsync file syncing. I'm mounting with:
sshfs user@sftp.server.com:/directory/path ~/localmount -o auto_cache,reconnect,defer_permissions,noappledouble,auto_xattr,debug
The mount is fine, and I'm able to copy individual, small files without issue. With larger files, or with rsync, everything starts out fine, but then I start getting:
unique: 0, opcode: LOOKUP (1), nodeid: 4, insize: 59
LOOKUP /myuser/sql/asu_wf_app_pkg.sql
getattr /myuser/sql/asu_wf_app_pkg.sql
remote host has disconnected
write: Bad file descriptor
write: Bad file descriptor
unique: 0, error: -5 (Input/output error), outsize: 16
sshfs(45716,0x100381000) malloc: *** error for object 0x10041da90: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
unique: 0, opcode: LOOKUP (1), nodeid: 4, insize: 55
LOOKUP /myuser/sql/asu_wf_ptr.sql
getattr /myuser/sql/asu_wf_ptr.sql
This FTP site is for use only by customers of HostingCompanyRUs. All transactions are logged. If you disagree with this policy, please log off now. Warning: Unauthorized access to this computer system is prohibited and is subject to crimnal and civil penalties.Authenticated with partial success.
Authenticated with partial success.
user@sftp.server.com's password: Abort trap
me@MyMac:~>
Permission denied, please try again.
user@sftp.server.com's password:
Permission denied, please try again.
user@sftp.server.com's password:
Permission denied ().
Public key authentication isn't supported on this server. Is there something I can do to reduce the re-authentication issue?