Is there any way to restrict ssh login from specific linux group to specific host?
I want to reach something like "AllowUsers user1@host" for linux groups.
Like: "AllowGroups group@host", but that didn't work.
That is useful because one group can login from all hosts (@host isn't specified), second group only from localhost (for web-based ssh client which forces limited shell)
I read a lot of material from internet, but I wonder that I didn't find anything to cover this problem.