Generating a new SSH key pair for GitLab on Linux February 4, 2017 ssh-keygen -t rsa -C "GitLab" -b 4096 copy the public key xclip -sel clip < ~/.ssh/id_rsa.pub Related