On Monday 26 July 2004 10:55, Eric Cheney wrote:
> Hello folks.  I am wonderin gif there an easy way to restrict ssh
> login access to a subset of users?

$ man sshd_config
...
AllowUsers
             This keyword can be followed by a list of user name
             patterns, separated by spaces.  If specified, login is
             allowed only for user names that match one of the pat-
             terns.  '*' and '?' can be used as wildcards in the
             patterns.  Only user names are valid; a numerical user
             ID is not recognized.  By default, login is allowed
             for all users.  If the pattern takes the form
             [EMAIL PROTECTED] then USER and HOST are separately checked,
             restricting logins to particular users from particular
             hosts.

Cheers

-A



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to