How can I limit ssh login for a specific user to be allowed from just one IP address?
I have a user named foo in server with e.g. IP address 127.0.0.5 (my first server) and I left its login via ssh only by public key. I want to only grant access login to this user from a specific IP (which is my another server), e.g. IP 127.0.0.6.
How is it possible?