For running high performance scripts i have to use a ssh-server.
For transfering the files i have made a github repository. However when pulling from the ssh server it still asks for username and password. These it says are invalid, propably because i have 2-factor validation.
I have tried to generate a ssh key on the server, and added it to github. It however still asks for the username and password.
The reason seems to be that it looks in the openssh folder instead of the folder with the generated keygens. This folder contains files:
- ctr-cavstest
- gnome-ssh-askpass
- sftp-server
- ssh-askpass
- ssh-keysign
- ssh-pkcs11-helper
So my question is:
- Can i add any of these to github to solve the problem?
- Or is there a way to make it use the generated keys which are in a different repository?
git remote -vstate.