Hello All,
I am still new to GCE and doing my best to learn as I go, but I am having issues accessing the Git Repo I have set up on the VM Instance. I created a VM instance with a Debian 12 OS and Git was installed successfully. I create a new user named git on the system and use that account on my clients to access the remote repo using this method: git@myinstance.com:/srv/git sadly I get the following error: Permission denied (publickey). I tried to create keys for the git user on both the remote server and the clients but cannot seem to figure out how to properly allow that git user to get access from a ssh terminal.
If any one could point me in the right direction, it would be appreciated.