I created a ssh-key on my local computer and added the public key to my git-account.
Works like a charm.
I am not asked to type my username+password when I clone any repository.
Next, I ssh into my server and created a ssh-key the same way and added the public key to git-account as well.
I did this because I just want to clone/pull from my repository so I have the most stable version from my git-repo on my server.
But when I clone the repository to get it on my server, I am asked for username+password.
What did i wrong or do have to do other stuff?