1

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?

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
Creative crypter
  • 1,348
  • 6
  • 30
  • 67

1 Answers1

1

It can be because:

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250