Konsole credential popups

I recently updated to kubuntu 26 from 25, and now when I use ssh in konsole, instead of asking for the password inline in the terminal window it creates a popup. How can I disable this behavior?

This is can be configured using environment variables. To disable the popup, add this to ~/.bashrc:

unset SSH_ASKPASS
unset SSH_ASKPASS_REQUIRE

To apply this change either logout and login again or use this command:

source ~/.bashrc