Allow/Disallow User/Group

  • Follow


Hi all,

Is there any way to allow/disallow specified user/group to login
via telnet/ftp/ssh without using tcp_wrapper?

Thank you for your idea.

-- 
Johnson Chow
0
Reply Mr 3/9/2010 7:48:41 AM

In article <hn50op$116m$1@net44p.hkbu.edu.hk>,
Mr. Chow Wing Siu <Johnson.Chow@Comp.HKBU.Edu.HK> wrote:
>Is there any way to allow/disallow specified user/group to login
>via telnet/ftp/ssh without using tcp_wrapper?

For ssh, you can specify AllowGroups, AllowUsers, DenyGroups, DenyUsers
in the sshd_config file.
0
Reply ike 3/9/2010 8:25:00 AM


Ike Naar <ike@localhost.claranet.nl> wrote:
> For ssh, you can specify AllowGroups, AllowUsers, DenyGroups, DenyUsers
> in the sshd_config file.
-----------------------------------------------

Are they only openssh options? (exists at Sun_SSH?)

Thanks.

-- 
Johnson Chow
0
Reply Mr 3/9/2010 10:31:29 AM

In article <hn59al$111q$1@net44p.hkbu.edu.hk>,
Mr. Chow Wing Siu <Johnson.Chow@Comp.HKBU.Edu.HK> wrote:
>Are they only openssh options? (exists at Sun_SSH?)

They're documented in sshd_config(4).

John
groenveld@acm.org
0
Reply groenvel 3/9/2010 3:19:58 PM

On Mar 9, 3:53=A0pm, "Mr. Chow Wing Siu" <wsc...@Comp.HKBU.Edu.HK>
wrote:
> Ike Naar <i...@localhost.claranet.nl> wrote:
> > For ssh, you can specify AllowGroups, AllowUsers, DenyGroups, DenyUsers
> > in the sshd_config file.
>
> -----------------------------------------------
>
> Are they only openssh options? (exists at Sun_SSH?)
>
> Thanks.
>
> --
> Johnson Chow

FTP : /etc/ftpd/ftpaccess.users,groups.
telnet : no options.

ravinayag
0
Reply vinayag 3/10/2010 4:35:24 AM

4 Replies
207 Views

(page loaded in 0.07 seconds)


Reply: