Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2001 23:44:41 -0400
From:      "Ryan Masse" <mail@max-info.net>
To:        "Armando Cerna" <armando@penguinworkshop.com>
Cc:        "FreeBSD-Questions" <freebsd-questions@freebsd.org>
Subject:   Re: BSD ftpd
Message-ID:  <002a01c0fdf2$56ac0180$3200a8c0@Home>
References:  <20010625191818.O48224-100000@grover.mariasproduce.com>

next in thread | previous in thread | raw e-mail | index | archive | help
If the ftpd is running from inetd you could impose a limit on inetd itself.

Example;
inetd -wW -l -R 1024

-wW enabling tcp wrappers
-l -R 1024 logging and restricting to 1024 concurent connections to inetd

since ftp is being run from inetd u could successfully limit the amnt of
sessions via this method

Ryan

> How can I configure bsdftp to allow only a certain number of sessions from
> each login I have a feeling its somthing to do with a .login.conf file in
> the home directory of a specific user but im not entirely sure.  Any help
> is greatly apriciated.  Thanks in advance
>
> Armando
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002a01c0fdf2$56ac0180$3200a8c0>