Unable to connect Azure blob storage through SFTP

Mahadev, Rakesh [HAEA] 225 Reputation points
2024-07-31T13:33:47.31+00:00

Hello Team,

I've enabled SFTP in Azure blob storage and trying to connect from Filezilla to blob through SFTP and getting below error

Example: username: xyz

storage account name: abc

Error:

Status:     Connecting to wuskusdsasalesforce01.blob.core.windows.net...

Status:     Using username "xyz".

Error:      Could not connect to server

Status:     Waiting to retry...

Status:     Connecting to abc.blob.core.windows.net...

Response:   fzSftp started, protocol_version=11

Command:    open "******@abc.blob.core.windows.net" 22

Status:     Using username "xyz".

Error:      Could not connect to server

Status:     Disconnected from server

Status:     Connecting to abc.blob.core.windows.net...

Status:     Using username "abc.xyz".

Command:    Pass: ********************************

Error:      Could not connect to server

Status:     Waiting to retry...

Status:     Connecting to abc.blob.core.windows.net...

Response:   fzSftp started, protocol_version=11

Command:    open "abc.******@abc.blob.core.windows.net" 22

Status:     Using username "abc.xyz".

Command:    Pass: ********************************

Error:      Could not connect to server

Status:     Disconnected from server

Status:     Connecting to abc.blob.core.windows.net...

Status:     Using username "abc.xyz".

Error:      Could not connect to server

Status:     Waiting to retry...

Status:     Connecting to abc.blob.core.windows.net...

Response:   fzSftp started, protocol_version=11

Command:    keyfile "C:\Users\pqr\Desktop\KIA\xyzkey"

Command:    open "abc.******@abc.blob.core.windows.net" 22

Status:     Using username "abc.xyz".

Error:      Could not connect to server

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
0 comments No comments
{count} votes

Accepted answer
  1. TP 124.7K Reputation points Volunteer Moderator
    2024-07-31T14:37:16.5466667+00:00

    Hi,

    First, please make sure on Networking blade that you have the public IP address of the client PC is allowed by the firewall if Enabled from selected virtual networks and IP addresses is selected OR select Enabled from all networks

    Please see example below for how to configure:

    Azure Storage Account

    Username: localuser1

    Storage account name: storageacct1

    Container name: container1

    Enter the following into FileZilla

    Host: sftp://storageacct1.blob.core.windows.net

    Username: storageacct1.container1.localuser1

    Password: yourSFTPpassword


    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.