SFTP SSH connection to v1 storage account using access key

Wes Jones 0 Reputation points
2023-09-24T15:16:23.96+00:00

Have an older v1 storage account that I need to access via SFTP. As it is not native to those accounts, my understanding is that I can still set up an S3 connection (with WinSCP) using the access key. However I keep getting an authentication failure.

I am testing with a newer SFTP enabled account and can connect with user/password but still get an authentication failure when attempting to use SSH and the access key. What am i missing?

Thanks

WJ

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,149 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Siva Villa 285 Reputation points Microsoft Employee
    2023-09-28T02:31:20.3033333+00:00

    @Wes Jones In this scenario, the initial step involves upgrading the storage account to General Purpose V2. Following that, you should proceed with the upgrade to Azure Data Lake Storage Gen2, enabling you to utilize the SFTP feature.

    Upgrading to a general-purpose v2 storage account from your general-purpose v1 or Blob storage accounts is straightforward. There's no downtime or risk of data loss associated with upgrading to a general-purpose v2 storage account.

    However, upgrading from General Purpose V2 to Azure Data Lake Storage Gen2, we recommend you to make sure to plan for some downtime in your account. Write operations are disabled while your account is being upgraded.

    Additionally, if your storage account enabled below features, you must disable them before performing the upgrade.

    • Blob snapshots
    • Encryption scopes
    • Immutable storage
    • Last access time tracking for lifecycle management.
    • Soft delete for blobs
    • Soft delete for containers

     Reference articles:

    SFTP support for Azure Blob Storage - Azure Storage | Microsoft Learn

    Upgrade to a general-purpose v2 storage account - Azure Storage | Microsoft Learn

    Upgrade Azure Blob Storage with Azure Data Lake Storage Gen2 capabilities | Microsoft Learn

    https://learn.microsoft.com/en-us/azure/storage/blobs/upgrade-to-data-lake-storage-gen2

     

    Please let us know if you have any further questions or assistance needed on this and we will be glad to assist you.

     

    0 comments No comments

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.