Has anyone started / finished / thought about putting together a port
forwarding spank plugin? Something that does the following:
srun ... --tunnel 8888:8888,8080:8090 ...
allowing a client user to map ports all the way back to their desktop
from our login nodes. As you can probably tell from the 8888, it would
be useful for iPython notebooks, among other things.
I've been experimenting a bit myself, but my C is, charitably,
underwhelming, and I'm a bit unsure about how to clean up afterward.
Aaron K.