Question: What do you need to do before you can perform SSH passwordless logins?

  1. Generate RSA or DSA key pairs using ssh-keygen.
  2. Change the remote user's password.
  3. Create a local SSL certificate.
  4. Change the remote SSH configure to allow it.

Answer: The correct answer of the above question is Option A:Generate RSA or DSA key pairs using ssh-keygen.