Re: How do you stop !root logins from dialup connections

Mark E. Mallett (mem@mv.MV.COM)
Mon, 25 Sep 1995 16:04:23 -0400 (EDT)

>
>
> >>>>> "K" == Kim Hendrikse <kim@nexial.nl> writes:
>
> K> Any idea how to stop !root from being able to login from a dialup line? This
> K> should only be able occurr from an authenticated location, either dialup
> K> or from the ethernet (With filters).
>
> I've been asking for that for awhile (though I haven't bugged them
> recently). Maybe with more people wanting it...

Something I've long thought would be nice, that would take care of
this, would be for ComOS to define an abstract interface between the
CPU and the outside world. Call it int0, the internal
pseudo-interface. You could define filters and attach them to int0,
and thereby control who could get access to the ComOS kernel from the
outside. This would solve the problem of having to have the same kind
of filter on every interface just to protect the portmaster or the IRX
itself.

And, if someone dialed into an async port and logged in as !root, this
could be abstracted as (or actually implemented as) telnetting across
the int0 interface into the CPU, with some fake source address that
incorporated the port number (e.g. 192.168.0.100+<portnumber>), also an
encoding of whether S0 was up or down. This would allow a high degree
of control over access to the Livingston box itself.

-mm-