DEV Community

tp1050
tp1050

Posted on

Login to gh without password

ssh-keygen -t ed259919 -C "email@email"
if key existed, when entering new name, it must contain full absloute path
run ssh-add in back ground via
eval $"(ssh-add -s)"
ssh-add name of the key
gh ssh-key add key-file

Top comments (0)