- add jump host usage section to manual.
- Mathematica 11 compatibility.
- Use
-remotelaunch
switch upon launching remote kernel. - remove option
ServerAliveInterval
which is better handled as an SSH client side configuration.
- Mathematica 10.3 compatibility.
- fix bug with handing of missing evaluator settings in
SetupTunnelKernelConfiguration
. - when using OpenSSH, set option
ServerAliveInterval
to keep connection alive.
- add work-around for
SystemFiles/Libraries/libcrypto.so
incompatibility with/usr/bin/ssh
under Linux.
- use WSTP instead of MathLink for Mathematica 10 or later.
- add Mathematica 10.2 support.
- add function
SetupTunnelKernelConfiguration
for easy setting up of remote controller kernel configurations. - add function
RemoteMachineTunnel
for easy configuration of tunneled remote compute kernels. - enable SSH agent forwarding in SSH connection.
- manual updates.
- first release.