Is it possible to setup connection to remote kernels through ssh? I'm able to SSH into the remote server(linux) and start a kernel in the terminal, but it can't connect back to my local front end. I asked the network administrator and he says that the "stringent firewall rules" allow only SSH connection to the linux server. So is it possible to setup the connection through SSH? I have seen several solutions here or there but I'm never able to make them work. Could you give a detailed step by step guide? Answer Here's a solution that works quite well with me and a colleague of mine in my research group. I assume you have Mathematica installed on both your local and remote machine. The command MathKernel has to be available on the shell of the remote machine. Short answer : 1- Install GOW if you're using Windows 2- Open command prompt, and connect to the target machine using ssh, command is: ssh hostname . Confirm and make sure the shell is accessible. T