##// END OF EJS Templates
Improve explanation in security section.
Fernando Perez -
Show More
@@ -384,8 +384,8 b''
384 384 "## Security",
385 385 "",
386 386 "By default the notebook only listens on localhost, so it does not expose your computer to attacks coming from",
387 "the internet. But the basic notebook does not require any authentication, so if you are in a multiuser",
388 "computer where others can see local ports you should at least protect the notebook with a password.",
387 "the internet. By default the notebook does not require any authentication, but you can configure it to",
388 "ask for a password before allowing access to the files. ",
389 389 "",
390 390 "Furthermore, you can require the notebook to encrypt all communications by using SSL and making all connections",
391 391 "using the https protocol instead of plain http. This is a good idea if you decide to run your notebook on",
General Comments 0
You need to be logged in to leave comments. Login now