On Mon, 06 Feb 2006 11:03:39 -0600
Kevin Kinsey <[EMAIL PROTECTED]> wrote:

>      1.  edit /etc/ssh/sshd_config and make sure that only the right
> users and such are allowed to login, and via the right methods.
> 
>      2.  If the situation allows, you can wrap sshd
> via /etc/hosts.allow to only allow logins from certain IP addresses
> (i.e., wherever you intend to admin this box from).

you can also do this in /etc/ssh/sshd_config like for example : 

AllowUsers [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

-- 
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to