Connecting to Azure Blob SFTP

Describe the problem/error/question

I’m trying to connec tto Azure Blob SFTP. In order to so:

  1. Confirmed that the SFTP works via local machine
  2. I’ve granted access through Azure Blob to all n8n IPs ( mentioned here: Cloud IP addresses | n8n Docs )
  3. Created new Credentials on n8n
  4. Filled up all the details on the SFTP, with the SSH password
  5. Upon clicking on the save button I get the “testing” text on the button, which never stops.

What is the error message (if any)?

No error message

Please share your workflow

No workflow, just Credentials




## Information on your n8n setup
- **n8n version:** 1.71.3 Cloud
- **Database (default: SQLite):**
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via (Docker, npm, n8n cloud, desktop app):** n8n cloud
- **Operating system:**' Windows

Following up on this subject.

thanks

Hey @Nimrod_Shenhav,

If you ignore the credential testing for now and try to use the node do you get any errors?

If I ignore the credential testing I can use it as a target, but it will not work.

Let’s say I want to list the files on the SFTP, when I run it I get the following error

Following up, thanks!

Seems like the issue is resolved by changing the hostname into its’ IP.
Seems like an issue on n8n dns server…

1 Like

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