Re: [freenet-support] Password protect the console?

2017-01-30 Thread Thomas Wuensche
If the interface is bound only to localhost you can make an ssh forward of the relevant port (with the -L option) to a local port on your other machine on Linux systems. Am 30.01.2017 um 19:34 schrieb Steve Dougherty: That isn't implemented, no. If other people have accounts on the system

Re: [freenet-support] Password protect the console?

2017-01-30 Thread Steve Dougherty
That isn't implemented, no. If other people have accounts on the system they will be able to access it. (By default Freenet's web interface only binds to localhost.) On Mon, Jan 30, 2017, 8:59 AM neuman wrote: > I see there is an option to password protect the downloads,

[freenet-support] Password protect the console?

2017-01-30 Thread neuman
I see there is an option to password protect the downloads, but is there an option to password protect the console? I have it running on a headless pi system and would like to prevent anyone else from accessing it. Can I protect the console? ___