stefanprodan / mgob

MongoDB dockerized backup agent. Runs schedule backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SFTP handshake failed

svelluto opened this issue · comments

Hi, I'm attempting to use your image to take a backup and put it in our Box File account.
I'm using SFTP, and can't make the connection, the error returned is:
"SSH dial to ftp.box.com:990 failed: ssh: handshake failed: EOF"

Also, after I attempt to perform the manual backup and this error appears, the image seems to go into a retry loop. I'm not sure if this is intended, but attempting to remake the connection to the SFTP provider that often could get us timed out.

Thanks.