79134011

Date: 2024-10-28 15:14:45
Score: 1
Natty:
Report link

Edit ssh config file:

sudo pico ~/.ssh/config

Then add these lines:

Host github.com
    IdentityFile /Users/myUser/.ssh/id_rsa
    IdentitiesOnly=yes
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SuperCed