1

how can I add an SSH-key generated from a computer of a friend to my server?

Currently I don't have access to his computer he just sent me his SSH key.

1 Answers1

2

You just have to append the key to the ~/.ssh/authorized_keys file in your server

Félicien
  • 1,183