Using sshuttle to forward all tcp connections from ubuntu to mangOH

I would like use the linux tool sshuttle as explained here: https://superuser.com/questions/62303/how-can-i-tunnel-all-of-my-network-traffic-through-ssh

It fails because the python version on mangOH red does not contain a zlib module (and there is no pip to install it).

How can I fix that or get a more complete python version on mangOH?

My legato version:
18.04.0_f615f43c533dcbaf82653e7d30e4c4c0_modified

Hi @Malte,
you could try to directly import this package to the yocto image, by using the tarball in R9 components, see my report hereafter.