79285029

Date: 2024-12-16 14:42:29
Score: 0.5
Natty:
Report link

You need to ctreate ~/.ssh/config file:

touch ~/.ssh/config
chmod 600 ~/.ssh/config

After that write in ~/.ssh/config text:

Host github.com
  User git
  IdentityFile ~/.ssh/<custom_name>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MiF