SFTP Connection Debugging

I am trying to connect to an SFTP source via an agent. I initially was getting an authentication error, but now I have confirmed my auth set up (username, private key) and am getting this error: com.palantir.magritte.plugin.sftp.SftpClientException:Borrowing connection for ls failed: {exception message=java.io.IOException: inputstream is closed, path=/<my_path> I turned on logs and turned off the host key. However, I can’t seem to see the logs in the data connection app for my agent.

I am wondering what are the best steps for debugging this further or to finding the logs?

It ended up being an issue with the username. I still never figured out how to get logs, but would be nice if we could more clearly pass back the sftp error.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.