Skip to content

Connect With SSH

Install openssh

$ sudo pacman -S openssh

Create a new ssh-key for Github

$ ssh-keygen -t rsa -C "email"

Then put the content of id_rsa_pub into the setting of Github's SSH and GPG Keys.

See Also