sudo without password

Debian, Ubuntu

sudo visudo
 username ALL=(ALL) NOPASSWD: ALL

FreeBSD

username ALL=(ALL) NOPASSWD: /usr/bin/su -

Replace username with the username of the sudoer.