Date: Wed, 28 Mar 2001 10:48:23 -0600 (CST) From: James Wyatt <jwyatt@rwsystems.net> To: George.Giles@mcmail.vanderbilt.edu Cc: security@freebsd.org Subject: Re: account control to ssh Message-ID: <Pine.BSF.4.10.10103281044450.48139-100000@bsdie.rwsystems.net> In-Reply-To: <OF6C0D3E65.64F1D75B-ON86256A1D.00571C45@MC.VANDERBILT.EDU>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 28 Mar 2001 George.Giles@mcmail.vanderbilt.edu wrote: > How would I restrict incoming ssh connections on a per user basis ? > > TIA In the /etc/sshd_config (or wherever) configuration file you can add groups and users in allow/deny fashion like: AllowGroups wheel sshuser AllowUser goodguy1 goodgal2 DenyGroups nobody ftpuser Don't forget the useful: PermitRootLogin no Hope this helps! - Jy@ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10103281044450.48139-100000>