I want to push and pull a repository from a remote server without having to use a password. I have tried following using the Git guide, but it does not work, I still get asked for a password.
Here is what I've done:
- Generate a key in - .sshon git- ssh-keygen -t rsa -C “git@github.com”- New key is generated. 
- Copy and paste to remote server (Raspberry Pi) in - .ssh.
But this does not work. I cannot find anything on secure git push and pull from the remote server without password.
