[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: restricting number of user logins



Mag Gam writes:

> Currently we do alot of `rsync -e ssh` to a host.  Is it possible to
> restrict only 5 logins per user on the server?  My goal is to avoid
> having 100s of these sshd processes running on the server which will
> slow it down.

Are all these connections from different computers? If not, you could
try to reuse an existing connection of a client with ssh's ControlPath
option.

-- 
Alberto


Reply to: