JFrog SaaS: Unlimited Docker Hub access

ARTIFACTORY: Docker pull fails via Artifactory when 2FA is enabled on docker hub Account

AuthorFullName__c
Bandi Harish Goud
articleNumber
000005494
ft:sourceType
Salesforce
FirstPublishedDate
2022-12-05T15:32:17Z
lastModifiedDate
2022-12-05
VersionNumber
2
In lieu of the latest Docker remote repository limitations enforced by Docker, anonymous users will be blocked when reaching the download rate limit of 100 pulls per six hours. To prevent this from happening, you are required to authenticate with Docker Hub, by setting your Docker account user and password in your Remote Docker Repositories.

If you have a Docker remote repository enabled with 2FA, pointing to Docker hub and your remote repository is configured with username and password it fails with below Authentication error:
#bandih@bandih-mac % docker login -uadmin cloudserver.jfrog.io
Password: 
Login Succeeded

#bandih % docker pull cloudserver.jfrog.io/docker-remte-2fa/centos
Using default tag: latest
Error response from daemon: unknown: Invalid username/password configured for Remote Docker 
repository: docker-remte-2fa: Error in getting information for 'library/centos/latest/list.manifest.json' 
(java.lang.IllegalStateException: Can't fetch token for repo: docker-remte-2fa realm: https://auth.docker.io/token scope:repository:library/centos:pull).