ssh-keygen -b 2048 -t rsa // generate the keys ssh-agent -s // start the aggent ssh-add ~/.ssh/id_rsa // add private key to ssh