how to create ssh key for github
$ eval "$(ssh-agent -s)"
> Agent pid 59566
how to create ssh key for github
$ eval "$(ssh-agent -s)"
> Agent pid 59566
how to create ssh key for github
$ ssh-keygen -t ed25519 -C "[email protected]"
how to create ssh key for github
$ ssh-add ~/.ssh/id_ed25519
how to create ssh key for github
$ sudo -s -H
$ eval "$(ssh-agent -s)"
> Agent pid 59566
how to create ssh key for github
> Enter passphrase (empty for no passphrase): [Type a passphrase]
> Enter same passphrase again: [Type passphrase again]
how to create ssh key for github
> Generating public/private ed25519 key pair.
how to create ssh key for github
> Enter a file in which to save the key (/home/you/.ssh/id_ed25519): [Press enter]
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us