From: Mr. Chow Wing Siu on
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
From: Ike Naar on
In article <hn50op$116m$1(a)net44p.hkbu.edu.hk>,
Mr. Chow Wing Siu <Johnson.Chow(a)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.
From: Mr. Chow Wing Siu on
Ike Naar <ike(a)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
From: John D Groenveld on
In article <hn59al$111q$1(a)net44p.hkbu.edu.hk>,
Mr. Chow Wing Siu <Johnson.Chow(a)Comp.HKBU.Edu.HK> wrote:
>Are they only openssh options? (exists at Sun_SSH?)

They're documented in sshd_config(4).

John
groenveld(a)acm.org
From: vinayag on
On Mar 9, 3:53 pm, "Mr. Chow Wing Siu" <wsc...(a)Comp.HKBU.Edu.HK>
wrote:
> Ike Naar <i...(a)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