On Thu, Oct 23, 2008 at 8:02 AM, Stan Schymanski <[EMAIL PROTECTED]> wrote:
>
> Hi Jason,
>
> Thanks for the quick reply. Sorry I didn't provide any information.
> I'm running sage 3.1.4 directly on a MacBook Pro under OS X 10.4.11,
> and I do have a computer name that should be accessible from other
> computers. I did activate the Remote Login in the System preferences,
> but if I do "ssh [EMAIL PROTECTED]" or "ssh [EMAIL PROTECTED]"
> from another computer, the operation times out. Would this work if a
> notebook server was running on the machine, or do I have to sort out
> the right way to connect first?

Have you tried something like the following.  Startup sage on your
macbook pro and type

  sage: notebook(address="ipaddress",port=8100,secure=True)

then from another computer on your network try to visit the web page

   https://ipaddress:8100

That's pretty much it, except for making accounts. To create accounts
you could temporarily do


  sage: notebook(address="ipaddress",port=8100,secure=True, accounts=True)

let people make accounts, then do


  sage: notebook(address="ipaddress",port=8100,secure=True,accounts=False)

so no new accounts can be created.

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to