Re: Question restricting ssh access for some users only
From: Kevin (coggy_at_redefine.org)
Date: 10/07/04
- Previous message: Matthew Seaman: "Re: Question restricting ssh access for some users only"
- In reply to: Jim Hatfield: "Question restricting ssh access for some users only"
- Next in thread: Jim Hatfield: "Re: Question restricting ssh access for some users only"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 07 Oct 2004 13:14:07 -0700 To: freebsd-security@freebsd.org
Jim Hatfield wrote:
> Now I want to create a new account on one machine which will be
> accessible from the Internet as a whole, to be used for tunnelling of
> SMTP and POP3. I can't predict what the client IP address will be so I
> will have to remove the hosts.allow restriction. Is there any way I
> can:
have you tried using /etc/login.access?
# Login access control table.
#
# When someone logs in, the table is scanned for the first entry that
# matches the (user, host) combination, or, in case of non-networked
# logins, the first entry that matches the (user, tty) combination. The
# permissions field of that table entry determines whether the login will
# be accepted or refused.
_______________________________________________
freebsd-security@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
- Previous message: Matthew Seaman: "Re: Question restricting ssh access for some users only"
- In reply to: Jim Hatfield: "Question restricting ssh access for some users only"
- Next in thread: Jim Hatfield: "Re: Question restricting ssh access for some users only"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|