| Summary: | openssh and /etc/login.access does not work with IP addr | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Arjan.deVet <Arjan.deVet> | ||||
| Component: | bin | Assignee: | Dag-Erling Smørgrav <des> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.2-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Arjan.deVet
2001-02-21 21:30:01 UTC
Responsible Changed From-To: freebsd-bugs->green green is the openssh maintainer State Changed From-To: open->feedback This is a huge policy change and really would need to be discussed on (possibly) -security a lot before it could be made. The problem is that, as you know, login.access acts much like a firewall list. That also means that if the host is passed down the list it can take a totally different route (really, stop at a completely different time) than if you pass the IP address. This would need to be solved generally. green@FreeBSD.org wrote: >This is a huge policy change and really would need to be discussed >on (possibly) -security a lot before it could be made. The problem >is that, as you know, login.access acts much like a firewall list. >That also means that if the host is passed down the list it can take >a totally different route (really, stop at a completely different >time) than if you pass the IP address. This would need to be solved >generally. Yep, I agree and my patch is indeed wrong. What we need I think is a login_access(user, from_tty, from_domain, from_ip) to implement the things the login_access(5) manual page promises. The current 'from' argument can only contain either the FQDN or the IP-address of the remote system, and that's not enough. Arjan -- Arjan de Vet, Eindhoven, The Netherlands <Arjan.deVet@adv.iae.nl> URL: http://www.iae.nl/users/devet/ for PGP key: finger devet@iae.nl Responsible Changed From-To: green->des ssh over to DES Does this still occur with more recent versions of FreeBSD / OpenSSH? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no State Changed From-To: feedback->closed Feedback timeout. |