> I was more thinking about a per user server.

What exactly is a per-user server? Each user can launch their own
instance on a given box, but ports can't be user-specific, can they?


> even if it is not launched as root... I don't want another user to be
> able to write into my home directory ;)

There will be a number of cases to distinguish. For example, no one
(that I know of) is on my box except for me. If I don't allow incoming
access to a given NG port, then only I (an account on that machine)
can access it. If you are on a box with many users, then you have a
different problem to address.

I don't know of a way to reliably have a user identify/authenticate
themselves to a server, from a command-line, using the sort of
lightweight streaming protocol that NG uses. You might be able to pipe
some sort of key over (a key only your account has rights to read), or
connect over a secure socket, but have to weigh that against the main
goal, which is running things  from the command line with low start-up
overhead.


Patrick

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to