5 lines every sshd config should contain
to begin to properly secure your linux computer with ssh your sshd configuration file should contain the lines below. These lines prevent root access, force public key authentication (no password to crack) and restrict access to named users only.
PermitRootLogin noPasswordAuthentication noRSAAuthentication yesPubkeyAuthentication yesAllowUsers babyman evan

