IMPORTANT, please fill the questions
We assume you are using Bitnami to deploy your application.
Which version of the application are you using?:
CE 9.4.5
Please choose how you got the application: Installer (Windows, Linux, macOS), cloud image (AWS, GCE, Azure, ...) or VM (VMDK, VBOX):
VM
-
Have you installed any plugin or modified any configuration file?:
No
-
Describe here your question/suggestion/issue (expected and actual results):
I used the ovf image from BITNAMI to create a GitLab VM. When trying to push my initial project from my remote machine to the GitLab VM Server I get prompted for password. I'm using an SSH key, the key is not password protected. I tried recreating keys and importing multiple keys but I get prompted for a password regardless. None of the default or account passwords work so I'm unable to push my project to GitLab.
Terminal Output
DevMac:workingSAFCO jsortino$ git remote add safgit git@10.22.41.90:jsortino/SAFCO-Mobile-App.git
DevMac:workingSAFCO jsortino$ git push -u safgit --all
The authenticity of host '10.22.41.90 (10.22.41.90)' can't be established.
ECDSA key fingerprint is SHA256:S55ZBzLV8N5V8TEg/RGd8nY+O0Ky90IjndB2prp56BI.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '10.22.41.90' (ECDSA) to the list of known hosts.
git@10.22.41.90's password:
Permission denied, please try again.