Re: Front-End
- To: mathgroup at smc.vnet.net
- Subject: [mg32313] Re: [mg32305] Front-End
- From: jmt <jmt at agat.net>
- Date: Sat, 12 Jan 2002 21:32:31 -0500 (EST)
- References: <200201121018.FAA07250@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
This come from my ~/.Mathematica/4.0/FrontEnd/init.m : the two "glarps*"
kernels run on a remote machine, using ssh.
You can configure init.m via the menu Kernel/Kernel Configurations Options ...
The ssh program I use is here ssh2 ; on a Mac you should try NiftyTelnet, who
has an option for ssh connections.
EvaluatorNames->{
"klumpf"->{AppendNameToCellLabel->True, AutoStartOnLaunch->True},
"glarps"->{RemoteMachine->True, TranslateReturns->True, \
AppendNameToCellLabel->True, HostName->"glarps", MLOpenArguments->"-LinkMode \
Listen -LinkProtocol TCP -LinkOptions MLDontInteract", LoginScript->"ssh \
glarps \"math -mathlink -LinkMode Connect -LinkProtocol TCP -LinkName \
'`linkname`'\""},
"klumpfSecond"->{AppendNameToCellLabel->True},
"glarpsSecond"->{RemoteMachine->True, TranslateReturns->True, \
AppendNameToCellLabel->True, MLOpenArguments->"-LinkMode Listen -LinkProtocol
\
TCP -LinkOptions MLDontInteract", LoginScript->"ssh glarps \"math -mathlink \
-LinkMode Connect -LinkProtocol TCP -LinkName '`linkname`'\""}
},
On Saturday 12 January 2002 11:18, Thomas Peitzmann wrote:
> Hi all,
>
> I have been using the Mathematica Front-End on my Mac with a remote
> connection to a UNIX kernel. Now our computer center switches the
> general purpose UNIX machines to secure connections (i.e. ssh).
> How do I configure both sides to be able to still use the remote kernel?
>
> Thanks for any help.
>
> Regards, Thomas
- References:
- Front-End
- From: Thomas Peitzmann <peitzmann@ikp.uni-muenster.de>
- Front-End