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