Using ssh in Terminal without entering password
When we log in to a server using ssh, we need to enter password every single time, which is getting tedious after several times. So how do we automate this proces; we’re using a computer after all.
ssh is capable of generating an encrypted file with an identification, and another file with a public key that is supposed to be on the server. After this is done, you can log in to the server where you put your public key, and the server does not prompt for a password. Continue reading »