Package: dput-ng Version: 1.35 Using signed host keys dput-ng (method: sftp) fails with
% dput myrepo mypackage_1.0.7-1~xgo110+1_source.changes /local/pbuilder/bullseye-amd64/result/mypackage_1.0.7-1~xgo110+1_source.changes Uploading mypackage using sftp to myrepo (host: debian.example.com; directory: /var/www/debian/incoming.myrepo) running allowed-distribution: check whether a local profile permits uploads to the target distribution running checksum: verify checksums before uploading running suite-mismatch: check the target distribution for common errors running gpg: check GnuPG signatures before the upload Not checking GPG signature due to allow_unsigned_uploads being set. Logging into host debian.example.com as hdunkel SFTP error uploading to debian.example.com: BadHostKeyException('debian.example.com', <paramiko.ed25519key.Ed25519Key object at 0x7fda27055e90>, <paramiko.rsakey.RSAKey object at 0x7fda271030d0>) This is a severe problem in my environment. I am using signed host keys all over the place, to avoid being asked by ssh again and again for accepting unknown host keys. There is no such problem using openssh's sftp, so I wonder if we could have the real sftp for dbut-ng? Regards Harri