Blender Fox


SSH Tunnelling - X

#

Snippet of code to remind myself later how to tunnel graphical apps through SSH

IP=$1 echo Opening SSH tunnel to $IP ssh -X username@$IP