Run Jmeter ssh sampler got “Kerberos username” prompt in command line

For my run ssh sampler, i configured it with username and password.

When i run it, it always prompt “Kerberos username” in the backend command line

Q: How to fix it?
A: go ssh server

sudo vi sshd_config, ensure below settings are done
GSSAPIAuthentication no
KerberosAuthentication no

restart sshd
sudo /etc/init.d/sshd restart

Done

 

Leave a comment