Generating a new SSH key pair for GitLab on Linux

ssh-keygen -t rsa -C "GitLab" -b 4096

copy the public key

xclip -sel clip < ~/.ssh/id_rsa.pub

Leave a Reply

Your email address will not be published. Required fields are marked *