...
2 - Add SSH Key to GitHub:
Better docs here: I
Go to GitHub → Settings → SSH and GPG keys → New SSH Key.
Print key and copy
...
Paste the public key, and save.
Add key to ssh agent using:
Code Block
3- Add SSH Key to Remote Server:
...
...
2 - Add SSH Key to GitHub:
Better docs here: I
Go to GitHub → Settings → SSH and GPG keys → New SSH Key.
Print key and copy
...
Paste the public key, and save.
Add key to ssh agent using:
Code Block |
---|
3- Add SSH Key to Remote Server:
...