We have establish a Passwordless SSH connection between Windows Machine and Linux.
For this we have copied public key in .ssh/authorized_key in linux machine.
SSH connection was working fine and we were using "userA" for SSH.
But when password of "userA" got expired SSH connection stopped working.
As we were using keys not password why SSH connection stopped working?