This is the preferred method as it allows you to update the lists easily with a single command.
SecLists is the ultimate security tester's companion, compiled by Daniel Miessler
# Combine two lists and pipe to stdout cat /usr/share/seclists/Passwords/Common-Credentials/top-20-common-SSH-passwords.txt \ /usr/share/seclists/Passwords/Common-Credentials/best15.txt | sort | uniq
Warning: APT updates lag significantly. Consider switching to Git.
Because it is maintained by the community, it remains one of the most up-to-date open-source resources for dictionary attacks and discovery phases.