Hi,
We want to allow access to OPenssh to user1, user2 and user3 but ONLY from these IPs:
user1@IP1
user2@IP1
user3@IP2
So access from user1@*, user2@*, user3@* (any other IP) must be denied.
And all other users/groups can access the system via SSH.
Which do you think is thepossible combination of:
AllowUsers
AllowGroups
DenyUsers
DenyGroups
inside /etc/ssh/sshd_config file?
Thanks.
I'll take a look to "authorized_keys File Format", but I think it's not what customer wants. At first glance, it seems not to be a solution inside sshd_config file? I have tried with sshd_config but not success.
Let me check "authorized_keys File Format"
Thanks.