[IPython-dev] Disabling Authentication for Kernels
Matthias Bussonnier
bussonniermatthias at gmail.com
Mon Mar 2 12:30:11 EST 2015
I raised the issue here :
https://github.com/ipython/ipython/issues/7337
and for now the response is No, there is no way to configure that on a per kernel basis.
You could though write a mini wrapper/middleware in zmq in another language that accept
unsigned message and sign them.
Though keep in mind that even on localhost, zmq ports are open to everyone and are equivalent to shell access.
--
M
Le 2 mars 2015 à 07:17, Andrew Payne <andy at payne.org> a écrit :
>
> On Mon, Mar 2, 2015 at 3:23 AM, Andrew Gibiansky <andrew.gibiansky at gmail.com> wrote:
> Is there a way to disable authentication for a kernel via its kernelspec/kernel.json? If not, is there any way around this issue other than creating a custom profile (or biting the bullet and figuring out and implementing authentication)?
>
> I'm having the same issue (I think) with ITorch. ITorch does not (yet) implement message authentication for kernel messages. See: https://github.com/facebook/iTorch/issues/30
>
> To ask a (possibly) refactored version of Andrew's question: I'm running a private notebook server with multiple kernels available (bash, Python 2, Torch, etc.). How do I disable authentication on a per-kernel basis?
>
> -andy
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150302/7b1f0656/attachment.html>
More information about the IPython-dev
mailing list