Created a user with no password.
sudo adduser --disabled-password cowrie
I'm currently under this virtual env 'cowrie' but when trying to execute the following command it asks me for the password:
sudo apt-get install authbind
Even though I just hit enter after 3 attempts, it says the password is wrong. This user 'cowrie' doesn't have any password set.screenshot attached
sudo
always should ask for a password. – mook765 Oct 08 '22 at 05:05