txt-sysinstall scrapped
Warner Losh
imp at bsdimp.com
Sat Nov 6 05:07:32 UTC 2010
> Just to add to that (because I do find it a novel idea), 1) how
> are you going to properly prevent man in the middle attacks (SSL, TLS,
> etc?), and 2) what webserver would you use?
https or ssh.
We're also toying with the idea of having a partition that you could
'dd' your certs and keys to (so any system can customize the image
with keys to make sure you were talking to who you think you are).
We'd just reserve 1MB of space on partition s3. We'd then check to
see if there was a tar ball. If so, we'd extract it and do the
intelligent thing with the keys we find there.
> I bring up the former item because I wouldn't want my data going
> unencrypted across any wire, and what BSD compatible web servers did
> you guys have in store and who would maintain the server, and what
> kinds of vulnerabilities would you be introducing by adding a service
> which would be enabled by default at runtime?
The web server would just be there at installation time. You'd run it
out of the ram disk and it would evaporate when the system reboots
after it being installed.
Also, I'm not sure we even need to have to have a set of prompts. If
we do the web page right, we likely can just go directly to lynx...
Warner
More information about the freebsd-hackers
mailing list