[sage-devel] Re: Using ssh for port-forwarding

2013-06-13 Thread P Purkayastha
On 06/14/2013 03:52 AM, leif wrote: mmarco wrote: Thanks, that seems to work. sudo -u mmarco update {wiki,faq,Installation_Guide,...} Obligatory xkcd: http://xkcd.com/149/ -leif On 12 jun, 04:02, "Nicolas M. Thiery" wrote: On Sat, Jun 08, 2013 at 03:54:58AM -0700, mmarco wrote: I tr

[sage-devel] Re: Using ssh for port-forwarding

2013-06-13 Thread leif
mmarco wrote: Thanks, that seems to work. sudo -u mmarco update {wiki,faq,Installation_Guide,...} -leif On 12 jun, 04:02, "Nicolas M. Thiery" wrote: On Sat, Jun 08, 2013 at 03:54:58AM -0700, mmarco wrote: I tried to do that, and it gives some problems. I don't know why, but it seems t

[sage-devel] Re: Using ssh for port-forwarding

2013-06-13 Thread mmarco
Thanks, that seems to work. On 12 jun, 04:02, "Nicolas M. Thiery" wrote: > On Sat, Jun 08, 2013 at 03:54:58AM -0700, mmarco wrote: > > I tried to do that, and it gives some problems. > > > I don't know why, but it seems that if you launch maple through ssh, > > you don't get the prompt > in the s

Re: [sage-devel] Re: Using ssh for port-forwarding

2013-06-11 Thread Nicolas M. Thiery
On Sat, Jun 08, 2013 at 03:54:58AM -0700, mmarco wrote: > I tried to do that, and it gives some problems. > > I don't know why, but it seems that if you launch maple through ssh, > you don't get the prompt > in the same way that you get it when you do > it locally: it shows only after you press in

[sage-devel] Re: Using ssh for port-forwarding

2013-06-08 Thread leif
mmarco wrote: I tried to do that, and it gives some problems. I don't know why, but it seems that if you launch maple through ssh, you don't get the prompt > in the same way that you get it when you do it locally: it shows only after you press intro. Probably some issue with the TERM setting.

[sage-devel] Re: Using ssh for port-forwarding

2013-06-08 Thread mmarco
I tried to do that, and it gives some problems. I don't know why, but it seems that if you launch maple through ssh, you don't get the prompt > in the same way that you get it when you do it locally: it shows only after you press intro. This makes the pexpect interface fail. On 7 jun, 16:41, leif

[sage-devel] Re: Using ssh for port-forwarding

2013-06-07 Thread leif
mmarco wrote: On a different (but related) subject: is it possible to interface instances of Maple/Mathematica/etc on a different machine through ssh? That /should/ transparently work if you just create a wrapper script (in $SAGE_LOCAL/bin/, say) with the same name, which does 'ssh user@host -

[sage-devel] Re: Using ssh for port-forwarding

2013-06-07 Thread mmarco
On a different (but related) subject: is it possible to interface instances of Maple/Mathematica/etc on a different machine through ssh? It would be a good thing to have, for example, for people using the virtualbox appliance, but have these programs installed on their host machine. -- You recei

[sage-devel] Re: Using ssh for port-forwarding

2007-02-06 Thread boothby
Instructions for PuTTY: In the host configuration, go to the Connection->SSH->Tunnels category. Enter the following settings towards the bottom: Source port: 8100 Destination: localhost:8000 Click the "Local" radio button, and press the "Add" button. Once logged in, run [EMAIL PROTECTED]> sa