To give the context, I have a server where i have configured Google authenticator in order to ssh to this server.
Now,When i try to ssh to this server, i get a prompt asking for verification code like below:
*Verification Code: *
My question is: From client side openssh code, is it possible for me to get to know if above message is coming from Google authenticator module of server ?
I can get the server Ip address from file descriptor(fd) but is it possible for me to get that if this message came from Google Authenticator module of server ?
If so, Please point me to that part of openssh code.