Skip to content

Latest commit

History

History

linux_os

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Linux OS

Git

SSH keys

ssh-keygen -t rsa -b 4096 -C ".."
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa
sudo apt-get install xclip -y
xclip -sel clip < ~/.ssh/id_rsa.pub

The SSH Public Key is now in your clipboard. Navigate to this page, click on New SSH key, enter a title, paste the Public Key and click on Add SSH key.