NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD install and usage by the blind



On Fri, 8 Apr 2016 20:27:16 +0000 (UTC)
mlelstv%serpens.de@localhost (Michael van Elst) wrote:
> Unfortunately it doesn't inlcude an sshd, all commands are statically
> linked into a big "crunched" binary, it is limited in size and the
> default sshd build includes every feature but the kitchen sink.

Even if you have sshd installed there is still logins, keys, etc.  to
deal with.  Maybe telnetd is good enough.  Perhaps limit access to the
local network for a bit more security.

In fact, how about a really simple daemon that sits on the tty
waiting for a connection which just execs the installer without
forking or running login(1)?  That prevents a second installer running
and it's safe enough.  If someone did manage to beat you to the
installer you would simply reboot and try again.

-- 
D'Arcy J.M. Cain <darcy%NetBSD.org@localhost>
http://www.NetBSD.org/ IM:darcy%Vex.Net@localhost


Home | Main Index | Thread Index | Old Index