AiOwares
Bug setting SSH Github on Kubuntu 20.04 - Printable Version

+- AiOwares (https://www.aiowares.com)
+-- Forum: Software & Applications (https://www.aiowares.com/forumdisplay.php?fid=6)
+--- Forum: Multi-Platform Software (https://www.aiowares.com/forumdisplay.php?fid=14)
+---- Forum: Linux/Unix (https://www.aiowares.com/forumdisplay.php?fid=44)
+---- Thread: Bug setting SSH Github on Kubuntu 20.04 (/showthread.php?tid=2145)



Bug setting SSH Github on Kubuntu 20.04 - ruangmusik - 09-10-2020

Why doesn't the .ssh github setting start automatically at startup on Kubuntu 20.04? previously I used ubuntu 18.04 with the same settings but still able.

Because of that problem I have to add a line of code in .bashrc:
ssh-add ~ / .ssh / my_id

___________________________________
The contents of this section are hidden
The contents of this section are hidden
The contents of this section are hidden
The contents of this section are hidden


RE: Bug setting SSH Github on Kubuntu 20.04 - mr.bantu - 10-23-2020

might be something to do with git configuration fine-tuning git config usually helps. However, I have no experience with Kubuntu though. 


RE: Bug setting SSH Github on Kubuntu 20.04 - b0rg - 02-10-2021

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

Code:
The contents of this section are hidden
You have No permissions