SSH password authentication not working on virtual interface
Authentications methods on eth0:
publickey,password,keyboard-interactive
And on eth0:1:
publickey,keyboard-interactive
Interestingly, no logging occurs in /var/log/auth.log when connections are made eth0:1.
I tried changing to using PAM (ie UsePAM yes, ChallengeResponseAuthentication yes, PasswordAuthentication no) but that too did not work.
I'm stumped.
Any help would be much appreciated.