base sftp client fails to connect

Hello,

I am trying to connect to a hosted sftp server, but connection fails from several FreeBSD hosts (13.2-RELEASE and 14.0-RC4).
I have already reset the password for the FTP server, but still cannot connect, neither using sftp from the console nor using filezilla.
Strangely a connection from a Windows Filezilla installation and a connection from an Android FTP app work fine.
Only FreeBSD installations have a problem connecting.
The connection error looks as follows:
Code:
elgrande@elawfreebsdo:~ % sftp -P 22 -4 -vvv a673495@ftp.XYZ.de
...
debug1: Next authentication method: password
a673495@ftp.XYZ.de's password:
debug3: send packet: type 50
debug2: we sent a password packet, wait for reply
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
a673495@ftp.XYZ.de's password:

Any ideas?
 
Back
Top