MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Remote Mathematica kernels and SSH password

  • To: mathgroup at smc.vnet.net
  • Subject: [mg63112] Re: Remote Mathematica kernels and SSH password
  • From: Chris Rodgers <rodgers at physchem.NOSPAMox.aREMOVEc.uk>
  • Date: Thu, 15 Dec 2005 03:06:23 -0500 (EST)
  • Organization: Oxford University, England
  • References: <200512130841.DAA08229@smc.vnet.net> <Pine.LNX.4.63.0512131040200.9515@localhost.localdomain> <dnoq1m$2n3$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

>>If the connection is between two *nix machines, then I would suggest you
>>look at generating an ssh key pair. See "man ssh-keygen".
> 
> 
> No, I'm in a Windows XP machine connecting to a Linux machine.

Two things.

1. PuTTY is a great windows SSH client, download the package containing 
PuTTY, Pageant and PuTTYgen from 
http://www.chiark.greenend.org.uk/~sgtatham/putty/

2. Setting up a public key without a passphrase is a possible way of 
doing this, but not very secure. A better solution is to use an "SSH 
agent" e.g. Pageant. This way, you decrypt the key into memory when you 
log onto the machine, and then have to type the passphrase no more. 
However, once you log out or turn off the machine, it would be hard work 
for an attacker to make use of your private key to login to the other 
machines. For windows --> Linux login instructions see 
http://www.tartarus.org/~simon/puttydoc/Chapter8.html

Chris.


  • Prev by Date: Re: Taking either a sequence or a list
  • Next by Date: Re: Opener Icons for cell group.
  • Previous by thread: Re: Remote Mathematica kernels and SSH password
  • Next by thread: Re: Remote Mathematica kernels and SSH password