so i think it has to do with a couple things. First, i think the name of your ssh key has to do with it. because of the way you posted your code, i imagine your ssh key name is not "id_rsa" (the default). If you change the name to this, it will most likely use it as the default ssh key. Additionally, if you dont want to change the name of the private key, you can edit the git config settings to use that specific ssh key, but im not entirely sure how effective that is.
The fact that it is kubuntu shouldnt matter. kubuntu is just ubuntu with the kde desktop environment.
If that doesnt work, try adding this to your ~/.ssh/config file or wherever your ssh config file is for your system
You have No permissions
The fact that it is kubuntu shouldnt matter. kubuntu is just ubuntu with the kde desktop environment.
If that doesnt work, try adding this to your ~/.ssh/config file or wherever your ssh config file is for your system
Code:
The contents of this section are hidden