I am trying to connect via SFTP to my DigitalOcean VPS using username/password authentication, but cyberduck gives me the following error when doing so:
Interoperability failure
EOF while reading packet. Please contact your web hosting service provider for assistance.
Connecting to my server via the macos terminal works fine: $ ssh 'user@domain'
What causes this issue?