When I try to clone…I get the Permission Denied error. HTTPS works just fine.
PS C:\Repos\> git clone git@gitlab.com:scm-org/sandbox/emptysandbox.git Cloning into 'emptysandbox'... git@gitlab.com: Permission denied (publickey,keyboard-interactive). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
My environment is Windows 10, running OpenSSH.
I have my .ssh/config and .ssh/authorized_keys set correctly.
When I run ssh - T I get…
PS C:\Repos> ssh -T SCM-ORG Welcome to GitLab, @myusername!
Since “ssh -T” works, shouldn’t the clone operation also work unless Gitlab is blocking SSH clone?