Add something like this in .ssh/config file . You will be prompted for password everytime
# Read more about SSH config files: https://linux.die.net/man/5/ssh_config
Host labserver
HostName 192.168.2.10
User root
PasswordAuthentication yes
StrictHostKeyChecking no