This video will show how to generate a new SSH key into Ubuntu Linux. For setup run this terminal commands one by one:
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
$ eval "$(ssh-agent -s)"
$ ssh-add ~/.ssh/id_rsa
$ cat /home/hira/.ssh/id_rsa.pub
Gist: https://gist.github.com/afahitech/1d5...
#SSH #SSHLinux #Linux