@DustinB3403 said in How to configure SSH Keys for Nessus:

Isn't this step redundant?

sudo mkdir /home/scan_user/.ssh sudo chown -R scan_user:scan_user /home/scan_user

As ssh-keygen will create these directories and set the ownership?

It certainly does on Fedora.