Re: Mathematica 5.2 and mathssh
- To: mathgroup at smc.vnet.net
- Subject: [mg59153] Re: Mathematica 5.2 and mathssh
- From: "ianh at wolfram.com" <ianh at wolfram.com>
- Date: Sat, 30 Jul 2005 01:25:43 -0400 (EDT)
- References: <dccckr$3et$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
The WolframSSH client supports both password and publickey authentication. On all platforms, you can use the WolframSSHKeyGen java application (located in SystemFiles/Java) to create your keys if you do not already have them. You can also use ssh-keygen to create your keys, if you prefer. The client supports both RSA and DSA key types. If you prefer to use another client, you can use the "Shell command to launch kernel" field in the Kernel Properties dialog. Here is an example using the standard SSH command line utility. ssh username@host math -mathlink -LinkMode Connect -LinkProtocol TCPIP -LinkName "`linkname`" Of course, this will only work if you are using publickey authentication with the remote host. Ian Hojnicki Wolfram Research User Interface Group