I have Ubuntu installed 19.10. Setup my ssh and can connect to our repository. Today I installed kubuntu-desktop package and restarted and logged in to KDE.
There I cannot acces our repository. I am getting publick key denied error and the "-v" parameter says that the host is not know.
If I log out and log in to Gnome it is working like a charm.
Does anyone have any ideas?
Okay found the solution.
The ssh-agent wasn'T aware of the keys. I wonder why. So reading here: [stackoverflow.com/questions/26505980/…
I did:
ssh-add <path-to_key>
Then I could issue the git commands.