Having issue with SFTP server

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
tcaduto12068
Posts: 132
Joined: Wed 17 Aug 2016 05:57

Having issue with SFTP server

Post by tcaduto12068 » Mon 03 Apr 2017 15:27

I am using the version from Nov 2016.

I can connect from my workstation using filezilla no problem, but when one of our users connects we see this in the log:

SSH Client ERROR for user:miomni:Disk Full

They see this on the remote side:




OpenSSH_6.0p1
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Failed dlopen: /usr/krb5/lib/libkrb5.a(libkrb5.a.so): Could not load module /usr/krb5/lib/libkrb5.a(libkrb5.a.so).
System error: No such file or directory

debug1: Error loading Kerberos, disabling Kerberos auth.
debug1: Connecting to xxxxx [xxxxxx] port 10022.
debug1: Connection established.
debug1: identity file /opt/ceunix/ssh/users/xxxxx/id_rsa type -1
debug1: identity file /opt/ceunix/ssh/users/xxxxxx/id_rsa-cert type -1
debug1: Remote protocol version 2.0, remote software version Devart-6.0
debug1: no match: Devart-6.0
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.0
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-sha1 none
debug1: kex: client->server aes128-ctr hmac-sha1 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<2048<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA d4:0c:62:3f:7a:ff:0e:c5:09:74:54:fc:3f:25:e8:98
debug1: Host '[xxxxxx]:10022' is known and matches the RSA host key.
debug1: Found key in /home/ceuser/.ssh/known_hosts:285
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
Welcome to the BMO Managed SFTP Serverdebug1: Authentications that can continue: password,publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /opt/ceunix/ssh/users/xxxxxx/id_rsa
debug1: read PEM private key done: type RSA
Connection closed by xx.xxx.xxx.xx
Connection closed

So here is the kicker, if I revert one more version to the version from June 2016 they can connect and they don't get the disk full error.

The version from Jan 2017 does not work at all, and no one can connect to it.

It seems to be related to the public key?

Any ideas?

tcaduto12068
Posts: 132
Joined: Wed 17 Aug 2016 05:57

Re: Having issue with SFTP server

Post by tcaduto12068 » Mon 03 Apr 2017 16:50

Never mind, it was a writeln in the code, which causes a "Disk Full" error if the program is running as a windows service.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Having issue with SFTP server

Post by ViktorV » Tue 04 Apr 2017 08:50

Glad to see that the issue was resolved.
Feel free to contact us if you have any further questions about our products.

Post Reply