I'm trying to pull some files through sftp with pysftp from a kubernetes instance (GKE) but after connecting to the server:
INFO:paramiko.transport:Connected (version 2.0, client 9.99)
it throws this error:
INFO:paramiko.transport:Authentication (password) failed.
I've checked the password and it is correct, and I also think the hostkey is OK since the transport connects to the external server.