Linux Machine create ssh key pair for ssh authentication
From AcrodusWiki
This is very simple, use the one line command
ssh-keygen -t rsa
Just ensure you check where it is going to store the file.
Follow the guide on copying the public key to an ssh server to set up ssh authentication.