SSH Keys stop user prompting for SUDO

You can add the user to the sudoers list to prevent the user from prompting for elevation (standard access or when using SSH keys).

Run the command:

sudo visudo

At the VERY end of the file, enter the following (replacing user1 with your username):

user1 ALL=NOPASSWD: ALL