How to connect with ssh without using a password
Let’s say you have an account on a remote server running some flavour of linux (or even *BSD - I think OpenSSH works the same way on those), and connect to it via ssh from your local linux machine.
There is a simple yet secure way to connect without the need for entering your password on [...]