Category: SSH
How to SSH login to a server without being prompted for the password
You purchased a new server, and want to SSH login into it, so you use the command ssh remote_username@server_ip_address , and you are prompted for the password of the remote_username. if you would need to enter the password a couple of times is ok, but if you need to SSH login multiple times that is…