Use this procedure to change the SSH server authentication mode from the default of password-authentication to keyboard-interactive.
If you enable keyboard-interactive authentication mode, the server uses that mode over other authentication methods, except for public-key authentication, if the SSH client supports it.
If you enable keyboard-interactive authentication mode, the server generates the password prompts to display to the client rather than the client generating the prompts automatically like with password-authentication.
enable
configure terminal
ssh keyboard-interactive-auth