Go implementation of a reverse SSH tunnel

Go implementation of a reverse SSH tunnel Since the web is plenty of examples related to SSH forward tunnels (the famous SSH -L command) but lacks of information about its reversed counterpart (SSH -R), I decided to write down a few lines developed while working on a Go implementation of the SSH command: